16 Mar
2001
16 Mar
'01
5:52 p.m.
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.