Is there a way to template all the outgoing mail with a header (image) and footer (image)?

Comments

ugerhard’s picture

You could do this using hook_mail_alter, see:

http://api.drupal.org/api/function/hook_mail_alter/5

But you would need to write a small custom module to do so, I guess.

gustav’s picture

weblinq’s picture

Ok thank you! I will give it a try.