Outgoing mail template
weblinq - January 11, 2008 - 14:51
Is there a way to template all the outgoing mail with a header (image) and footer (image)?
Is there a way to template all the outgoing mail with a header (image) and footer (image)?
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.