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

[REBOL] Send & mail-server problem

From: robert:muench:robertmuench at: 4-Aug-2002 16:15

Hi, I'm running the eXtremail mail server (http://www.extremail.com/) for all of my and my companies SMTP stuff. I'm testing Phil's readmail mail reader and have written some Rebol CGI scripts that send emails. Sending mails with 'send works up to only one thing: ** User Error: Server error: tcp 250 Bye. ** Where: close smtp-port So, the mail is send correctly but the 'send function thinks there was an error and states this error. There seems to be some things extremail is sending that lets 'send make the error assumption. Does anyone has an idea what the problem could be? How to fix it? And how can I stop Rebol/Core in CGI mode to output an error message, because this will be sent to the web-browser as result. Robert