I have a requirement of adding different images or signatures in every outgoing mail from the MTA. We are setting up a mail infrastructure in our office and haven't yet chosen any MTA.
Does anybody have any experience in this situation and will any MTA allow writing a custom plug-in which attaches different signatures with different mails.
All ideas are welcome.
Thanks and Regards Harshal Vaidya http://www.lakhpatipage.com
Harshal Vaidya wrote:
Does anybody have any experience in this situation and will any MTA allow writing a custom plug-in which attaches different signatures with different mails.
This is not a MTA's job. As far as qmail or qmail-ldap is concerned, it is not possible unless you write some patch for this.
Harshal Vaidya wrote:
I have a requirement of adding different images or signatures in every outgoing mail from the MTA. We are setting up a mail infrastructure in our office and haven't yet chosen any MTA.
Does anybody have any experience in this situation and will any MTA allow writing a custom plug-in which attaches different signatures with different mails.
http://www.pldaniels.com/altermime/ will do the basic trick of appending text in plain text/html to a mail, further customization is up to you.
On 3/5/07, Dhawal Doshy dhawal@netmagicsolutions.com wrote:
Harshal Vaidya wrote:
Does anybody have any experience in this situation and will any MTA allow writing a custom plug-in which attaches different signatures with different mails.
Sendmail milter APIs can do the job for you.
However, as per standards, MTA should not modify body of the message.
Amish.