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

[REBOL] Re: Exposing your BCC list using Rebol 'send

From: g::santilli::tiscalinet::it at: 20-Oct-2001 14:23

Hello Brock! On 20-Ott-01, you wrote: BJ> Is there a way to have rebol not show BCC information in the BJ> 'internet header' of mail programs? REBOL's SEND functions actually does not parse the header at all. To do what you want you can try using: send/only/header [[recipient1--mail--com][recipient2--mail--com] ...] { Email content } make system/standard/email [ From: "Me <[me--somewhere--com]>" To: "Someone <[someone--somewhere--com]>" Subject: "Email subject" ] Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/