there is some stuff with [set-net[]] to be prepared.
usually this is in %user.r, which is usually in the current directory.
without this settings email-servers.. are unknown.
You have it in your %user.r, which is found when it works, i think.
its searched also in REBOL_HOME, so maybe you have changed your 
autoexec.bat killing it?

Volker

from: [EMAIL PROTECTED]
> Hello ,
>     I was using rebol to send an email using the following script. The
> script was executed from the DOS prompt 
> 
>     as e:\rebol\rebol websend.r  [EMAIL PROTECTED]
> 
>     It was working fine till yesterday but today executing the above
> command doesn't work.The email is not sent
> 
>     The strange thing is if I'm in the directory e:\rebol where I have
> installed REBOL and where  the  file websend.r is present 
>     then it works and an email is sent.
> 
>     Can anybody help me to solve this problem
> 
>     Script
> 
>     Args: parse system/options/args none
>     Email: make block! 0
> 
>     foreach Arg Args [
>     append Email to-email Arg
>     ]
>     send  Email read %task.txt
>     quit
> 
> Regards
> Gobiraj
> 
> 
> 

Reply via email to