hello,
I want to add and image header (template) to all outgoining mail in Drupal 7. How can I accomplish this?
By default, Drupal sends email in plain-text format, so you'd probably have to use the development version of the MimeMail module; this has a template file that you can copy to your theme folder and customise...
Comments
_
By default, Drupal sends email in plain-text format, so you'd probably have to use the development version of the MimeMail module; this has a template file that you can copy to your theme folder and customise...