Adding HTML to notification emails

Permalink 1 user found helpful
I'm looking to style notification emails (of form submissions, messages) generated from concrete5 with some basic html/css. Currently, only plain text is possible (emails are sent with Content Type: text/plain). How can I change the content type in the emails to text/html?

 
commonwealth replied on at Permalink Reply
Found a solution, change the phrase "setBodyText" to "setBodyHtml" in the file /concrete/helpers/mail.php. This changes the settings of the 3rd party Zend mailer.
jasteele12 replied on at Permalink Reply
jasteele12
Hope you never have to update your core :)

You should *copy* /concrete/helpers/mail.php to /helpers/mail.php and then change setBodyText to setBodyHtml in that new file.