12 Jan
2003
12 Jan
'03
4:49 p.m.
if you don't know how a mail message body and its prepended headers are formatted you should use the simple_send method instead. it formats the message body for you and then calls send. jens On Sunday, Jan 12, 2003, at 06:49 US/Eastern, Patrick Stinson wrote:
what's the best way to format messageText if using <dtml-call "MailHost.send(...)">?
this has proved a problem, if send() gets newlines or spaces in certain places it compleley messes up the message. ideas?
thanks