You can add your own header to an email using the header object.

For example,

    your-address: [EMAIL PROTECTED]
    header: make system/standard/email compose [
        from: to-string your-address
        to: to-string your-address
        subject: "Test message"
        x-approval-by-bruno: 'Yup
    ]
    send/header your-address "Test message contents" header

HTH
Brett Handley

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 4:12 AM
Subject: [REBOL] Adding custom headers to emails.


> Is it possible? I need to add an "Approved:" header.
>
> -Bruno
>
> --
> Bruno G. Albuquerque     [EMAIL PROTECTED]     BeDevId #15362
>       Grupo Brasileiro de Usu�rios de BeOS - Presidente
>                                    http://beos.din.uem.br
>
> "I think sex is better than logic, but I can't prove it."
>

Reply via email to