[Zope] MailHost.send formatting

Jens Vagelpohl jens@zope.com
Sun, 12 Jan 2003 11:49:52 -0500


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