[EMAIL PROTECTED] wrote:
> Rebols,
>
> Let's say I have this
>
> files: [%../tvprog/cnn.txt %../tvprog/car.txt %../tvprog/tc1.txt]
>
> foreach file files [send [EMAIL PROTECTED] read file]
>
> quit
>
> And suddenly the connection is lost. How can I resume the process and be
> sure it will not resend some messages?
Excuse me, what "process" are you talking about? 'Send is a function to
which you can see source by typing "source send" in the console window.
There is no persistent connection to SMTP server - each time message is
sent, connection is closed ....
If you want to see, what's going on when sending is being processed, just do
following:
->> trace/net: true
in the console and then apply your script ...
-pekr-
>
>
> Thank you all
>
> Carlos