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

Sending HTML Mails to my customers using rebol

 [1/2] from: gchillemi::aliceposta::it at: 19-Jun-2007 20:41


Hello, I have the following problem: I want to send HTML mails to my customers using rebol. HTML Mails should include images. MHT (HTML Unique archive) is a good format but I don't know how to handle it in rebol. A last question: how could I connect to a SMTP which requests username and password ? Could you please help me ? Giuseppe Chillemi

 [2/2] from: santilli::gabriele::gmail::com at: 20-Jun-2007 10:32


2007/6/19, Giuseppe Chillemi <gchillemi-aliceposta.it>:
> A last question: how could I connect to a SMTP which requests username and > password ?
Yes, see HELP SET-NET (on recent builds, I think it's there from Core 2.6.2 onward). I don't know how much it has been tested though. HTH, Gabriele.