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

[REBOL] [testing headers]

From: rebol665::ifrance::com at: 26-Nov-2002 8:34

Hi list, I am trying different options to send emails. Using Ladislav recursive method, so you can check the code. Patrick code: [ header: make system/standard/email [ to: "rebol list <[rebol-list--rebol--com]>" from: [rebol665--ifrance--com] reply-to: "pat665 <[rebol665--ifrance--com]>" subject: "[testing headers]" ] contents: { Hi list, I am trying different options to send emails. Using Ladislav recursive method, so you can check the code. Patrick code: } append contents "code: " append contents mold code send/header [rebol-list--rebol--com] contents header ]