[REBOL] Re: tcp 553 Authentication is required to send mail
From: rebol-list2::seznam::cz at: 16-Sep-2004 0:37
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/ ]