Is there a way to template all the outgoing mail with a header (image) and footer (image)?
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.
http://drupal.org/project/mail_edit
Ok thank you! I will give it a try.
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
http://drupal.org/project/mail_edit
Ok thank you! I will give it
Ok thank you! I will give it a try.