Add footer to outgoing e-mails for a specific client?

Drowned

New member
Joined
Feb 10, 2005
Messages
2
My client wants to add a custom footer to every outgoing e-mail under his account... he is going to have many accounts so configuring outlook is not an option for each account... is there a way to do this though the server like yahoo does in which the footer is added automatically to every e-mail ?

Thanks! :D
 
If you're the systems administrator you could rewrite exim.conf to pass all emails from a certain domain through a filter program which would add the code.

The hard part is figuring out how to make it work with anything except plaintext email. With anything other than plaintext email it's close to impossible, as you have to parse the structure of the email and then change it to add a part which will appear in the email client at the right location.

Jeff
 
Back
Top