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

[REBOL] send&email insanity

From: chalz::earthlink::net at: 6-Mar-2003 15:47

Okay, I'm officially about to go insane. Check this out. (BTW, the only reason I'm altering email addresses is protection against harvesters using escribe):
>> outmsg/to: [me--me--net]
== [me--me--net]
>> outmsg/to
== [me--me--net]
>> probe outmsg
make object! [ To: [me--me--net] CC: [[person1--me--net] "," [person2--you--net]] BCC: none From: [me--me--net] Reply-To: [me--me--net] Date: "Thu, 6 Mar 2003 14:54:31 -0500" Subject: "New Test!" Return-Path: none Organization: none Message-Id: none Comment: none X-REBOL: "Core 2.5.3.3.1 http://WWW.REBOL.COM" MIME-Version: none Content-Type: none Content: none ]
>> send/header outmsg/to mesg outmsg
;;; mesg is just a string connecting to: mail.me.net
>> outmsg/to >> probe outmsg
make object! [ To: CC: [[person1--me--net] "," [person2--you--net]] BCC: none From: [me--me--net] Reply-To: [me--me--net] Date: "Thu, 6 Mar 2003 14:54:31 -0500" Subject: "New Test!" Return-Path: none Organization: none Message-Id: none Comment: none X-REBOL: "Core 2.5.3.3.1 http://WWW.REBOL.COM" MIME-Version: none Content-Type: none Content: none ] ?!?!? Where did the To field go?!? Help me before I drop my computer out the window! :P --Charles