Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REB sites which don't respond

From: jasonic:panix at: 19-Nov-2001 9:41

Anton Rolls <[arolls--idatam--com--au]> wrote:
> That's interesting. Can't you modify the > emailer to optionally check for mail first?
good idea. I'll have a look.
> You could also catch errors with TRY, and > if there's an error sending, then read > mail first and try sending again. > At least the program won't halt then.
ah now that's nice idea. probably a good habit to use TRY as amuch as possible. But how can I implement your suggestion on another user's computer where I won't know their email login password? thanks ./Jason