Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

tcp 553 Authentication is required to send mail

 [1/3] from: bry::itnisk::com at: 4-Sep-2004 18:15


so if I set system/schemes/smtp/pass to be the password my mail server expects why am I getting an "User Error: Server error: tcp 553 Authentication is required to send mail" error?

 [2/3] from: SunandaDH::aol::com at: 4-Sep-2004 14:14


Bryan:
> so if I set system/schemes/smtp/pass to be the password my mail server > expects > why am I getting an "User Error: Server error: tcp 553 Authentication is > required to send mail" error?
Sorry, I can't help -- other than to point you to an early thread that asked the same question. Maybe the same workaround with help. http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlZTLQ Sunanda

 [3/3] 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/ ]