[Zope] email in zope: Message missing SMTP Header 'From'
    Dylan Reinhardt 
    zope at dylanreinhardt.com
       
    Wed Nov 12 11:14:44 EST 2003
    
    
  
On Wed, 2003-11-12 at 06:39, Kate Legere wrote:
> "mailer" is:
> 
> <dtml-sendmail smtphost="mail.kfpl.ca">
>   To: klegere at kfpl.ca
>   From: <dtml-var name>
>   Subject: Ask a Librarian
>   .
>   .
>   .
> </dtml-sendmail>
Don't put extra space before the mail headers.  That's why it can't find
your "from" field.  This isn't HTML you're creating, so different rules
apply as to the significance of extra whitespace.
HTH,
Dylan
    
    
More information about the Zope
mailing list