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

[REBOL] Re: Sending e-mail using non-default server

From: brett:codeconscious at: 19-Nov-2001 8:21

You could use the set-net function. Have a read of the Rebol/Core users guide - Network Settings/Initial Setup/Basic Settings. I believe you can issue set-net at any time. Brett. ----- Original Message ----- From: "Jon Saltzman" <[jon_saltzman--pitzer--edu]> To: <[rebol-list--rebol--com]> Sent: Sunday, November 18, 2001 7:27 PM Subject: [REBOL] Sending e-mail using non-default server
> I know Rebol has already ascertained my email from initial setup, but if I
wanted to send an email from a different account, such as smtp.anyplaceonthenet.com, using any user and any password, how would I do so?