Adding custom headers to emails.
[1/2] from: bga::din::uem::br at: 3-Aug-2000 15:12
Is it possible? I need to add an "Approved:" header.
-Bruno
--
Bruno G. Albuquerque [bga--din--uem--br] 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.
[2/2] from: bhandley:zip:au at: 4-Aug-2000 12:00
You can add your own header to an email using the header object.
For example,
your-address: [someone--somewhere--com]
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