[Zope] MailHost.send formatting
   
    Lennart Regebro
     
    lennart@regebro.nu
       
    Mon, 13 Jan 2003 11:21:17 +0100
    
    
  
From: "Patrick Stinson" <ajole-1@gci.net>
> 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?
Which version of Zope are you using, and how did you format the message?
send() allows you to format the RFC822 message, while simple_send() doesn't.
Both *should* work with no special formatting at all if you call them with
parameters.