Hi all,
I would need to send HTML mail using Drupal.
Has anyone already faced this need ?? Can you help me with a working sample ?
thanks to all !
Matteo

Comments

arulraj’s picture

Hi matteo,

Use HTML Mail module to achieve this functionality :).

nitin.k’s picture

You need to use HTML mail module for this.
For checking mail html, you can use Reroute email also.
Just install HTML mail module and create a file naming as "htmlmail--module_name.tpl.php" in your template folder, if configs are set properly; you should get the email with proper HTML format.