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

[REBOL] Sending mails & authentification

From: robert:muench:robertmuench at: 7-Mar-2004 16:43

Hi, I'm running a SMTP server, that requires authentification. So I try to use esend and esmtp to get my mails out. Here is the error I get: Net-log: "250-ENHANCEDSTATUSCODES" Net-log: "250-8BITMIME" Net-log: "250-SIZE" Net-log: "250-DSN" Net-log: "250-ONEX" Net-log: "250-ETRN" Net-log: "250-XUSR" Net-log: "250-AUTH LOGIN PLAIN" Net-log: "250 HELP" Net-log: ["AUTH LOGIN" "334"] Net-log: "334 VXNlcm5hbWU6" Net-log: [(enbase/base port/user 64) "334"] ** User Error: Server error: tcp 501 5.5.4 cannot decode AUTH parameter enbase/base port/user 64 ** Near: smtp-port: open [scheme: 'esmtp] if email? Does anyone has an idea what the problem is? Thanks. Robert