[Zope] dtml-sendmail and envelop sender [Q]
Stefan H. Holek
stefan@epy.co.at
Fri, 16 Mar 2001 18:52:03 +0100
> So the question is: how are we suppose to set the envelope-sender and
> not display the OurBounceProcessingAccount email address in the header
> of the email using dtml-sendmail? Or is it a postfix issue?
The "Errors-To:" header will help you.
<dtml-sendmail mailhost=MailHost>
Errors-To: <dtml-var BounceProcessor>
From: <dtml-var SenderFromForm>
To: <dtml-var CongressMan>
Subject: <dtml-var SubjectFromForm>
<dtml-var BodyFromForm>
</sendmail>
Regards,
Stefan
--
Things work better when plugged in.