[EMAIL PROTECTED] wrote:
> I've gotten the script to work, but now I have trouble adding a header to
the email, I don't know where to put the object in send.


Let's ask REBOL:

>> help send
Send a message to an address (or block of addresses)
Arguments:
    address -- An address or block of addresses (email block)
    message -- Text of message. First line is subject.
Refinements:
    /only -- Send only one message to multiple addresses
    /header -- Supply your own custom header
        header-obj -- The header to use (object)

; So try this:
        Header: make system/standard/email [; add your stuff here.]
        send/header [EMAIL PROTECTED] {test message} Header


Andrew Martin
ICQ: 26227169
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
-><-

Reply via email to