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

Comments

hook_mail_alter

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.

Take a look at the mail_edit module

Ok thank you! I will give it

Ok thank you! I will give it a try.

nobody click here