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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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? > > In other words - I know how to read > > mailbox: open pop://user:[EMAIL PROTECTED] > > Is there any code that does this? -> > Open mailbox connection > Send using this mailbox > Close mailbox > > -Jon > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
