[REBOL] Re [email] Sending Email
From: SunandaDH::aol::com at: 23-Nov-2003 1:52
DJ:
> I'd like to know how can I send emails treating the
> errors?
** Have you set your email address and default server before sending?
** Is email of type? email! ? -- it probably won't work if it is a string.
set-net [[ioop--uol--com--br] mail.brnmia.com]
error? try [send to-email email emailmessage]
(I'm guessing the default server name in the set-net -- your ISP will be able
to tell you the correct value)
Sunanda.