Thanks - I have it working now, just needed to either set the
home directory for rebol or define the smtp settings using
net-set
Cheers
Francois
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 22, 1999 2:37 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] mail/smtp issue Re:
[EMAIL PROTECTED] wrote:
> I seem to have a problem sending emails from within a script.....however
if
> I fire up Rebol on its own I have no problems..I am receiving the
following
> error message;
>
> ** User Error: No network server for smtp is specified.
> ** Where: smtp-port: open [scheme: 'smtp]
> if email?
Try: "source send", maybe it will be illustrative for you, what does 'send
function do ...
>> help set-net
Network setup. All values after default are optional. Words OK for server
names.
Arguments:
settings -- [email-addr default-server pop-server proxy-server
proxy-port-id proxy-type] (block)
anyway, could you provide us your script?
-pekr-
>
> However if I run the same command from within Rebol things work. There is
> certainly smtp settings in the user.r file.
>
> Any ideas
>
> re
>
> Francois