Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How can I add a HTML template into the email notifications?
strachan42
New
Hi, does anyone know how I could add a HTML template to the current notification emails that go out.
I know I can change the content in the locale file from /applications/dashboard/locale/en-CA/definitions.php however the email is always going to be plain text, I want to snazz it up a bit with some HTML or some CSS. even if I can just add an image in that would be great. Does anyone know if this is even possible before I start breaking my forum? Thanks!
Tagged:
0
Comments
yes you can set this in the $Configuration['Garden']['Email']['MimeType']= 'text/html';
copy that line into your config.php
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Solved?
http://vanillaforums.org/discussion/23562/tutorial-how-to-customize-your-emails
This should help you.
wow thanks!!! I'll be running through that in the next few days. I'll let you know how I get on.