I tested the exact same code in a new REBOL command window, and it seemed to work fine.
It's only in my program (which has grown quite convoluted) where it won't work. But it's such a simple line of code, I have no idea why it wouldn't work. Your suggestions would be greatly appreciated. -Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matthew Kim Sent: Friday, July 05, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: [REBOL] Newbie Email question! Hi, I used to have this working... But now for some reason it doesn't seem to work. The problem I'm having is that when I try and send an email, the subject won't be sent, only the message is sent. My code is: message: "This is a message" subj: "This is the subject" header: make system/standard/email [subject: subj] until [either error? try [send/header to-block mail_from message header][print "Error sending email" false wait 0:00:02][true]] I'm baffled... -Matt -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
