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

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

From: jon_saltzman:pitzer at: 18-Nov-2001 0:27

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:[pass--mail--mailserver--com] Is there any code that does this? -> Open mailbox connection Send using this mailbox Close mailbox -Jon