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