Hello Bryan, Saturday, September 4, 2004, 7:13:34 PM, you wrote:
BR> so if I set system/schemes/smtp/pass to be the password my mail server expects BR> why am I getting an "User Error: Server error: tcp 553 Authentication is BR> required to send mail" error? because Rebol don't know how to authenticate SMTP (the message is response from server). You can use my patch to send mails thru SMTPs which require authentication: http://oldes.multimedia.cz/rss/builds/smtp_latest.r It knows CRAM-MD5 and PLAIN types of auth. -- Best regards, rebOldes -----------------[ http://oldes.multimedia.cz/ ] -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
