[REBOL] Sending mails...
From: robert::muench::robertmuench::de at: 19-Feb-2002 20:58
Hi, I want to send an email from a rebol script and tested it first from the
command line. There I get the following error:
>> send [robert--muench--robertmuench--de] "Test"
connecting to: mail.infolayer.com
** User Error: Server error: tcp 250 Bye.
** Where: close smtp-port
The strange thing is, that it works. The mail is send correctly. Any idea what
this message means? Do I need to handle the server answer in a special way
inside the script? Robert