Charles wrote:
> I would like to be able to do something like:
> msg: make system/standard/email []
> msg/to: [EMAIL PROTECTED]
> msg/cc: [EMAIL PROTECTED]
> msg/from: system/user/email
> msg/subject: "A subject line"
> msg/content: {Here's some content}
Just add something like this:
MySend: func [Header [object!]] [
send/header Header/To Header/subject Header
]
MySend Header
And you're done. Caution: Script hasn't been tested!
Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.