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

[REBOL] Re: Sending email via a different SMTP server.

From: gerardcote:sympatico:ca at: 29-Jul-2002 10:19

Hi Phil, Subject: [REBOL] Sending email via a different SMTP server.
> I want to send email via a different SMTP server than the default one set in > user.r. > > But I want to leave everything unchanged after the email, so anything I replace > must be put back. > > Is there an offical way of doing this? >
I looked at some documentation a while ago in http://rebol.com/docs/core23/rebolcore-13.html#sect3.4. and found that "set-net" can be used for this kind of email setting. Look there for a coding example. I also saw some coding examples using set-net in a REB library but I can't remember which one it was ... Hope this will help you to start with. Gerard