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

[REBOL] Re: how do i use set-net to tell my email server what my password is?

From: rotenca:telvia:it at: 18-Apr-2004 20:21

> no I want to send email through rebol. > unfortunately my email account needs to have > my password, also a username of name\domain > instead of [name--domain]. which rebol quits on > name\
Try: to email! "name\domain" --- Ciao Romano