My goal is to apply a standard, branded layout template to all emails when sending (on the server, not the client). I have been googling this topic and not found any resources specifically addressing this issue. The following is the flow I am envisioning:
- Email is initiated from client via SMTP.
- EXIM server manipulates the content of the email and applies the HTML layout.
- EXIM then sends the email on to where it needs to go.
Step #2 is what I'm trying to figure out. Maybe this needs to be down outside of EXIM in something like PROCMAIL?
I have no experience with this, have just started learning. Any help is greatly appreciated!