Did you know that you can easily override email beautifier's email templates or add your own new email templates via Joomla-template override?
How to override default email templates?
Step: 1. Find default template
After installing Email Beautifier browse to this folder via FTP to find set of default EB email templates located here-
your_joomla/components/com_emailbeautifier/templates
Â
Step: 2. Copy default template into overrides folder
e.g. You can find a default template named as minty.
If you want to override minty template, copy entire 'minty' folder into your current Joomla template at this location-
your_joomla/templates/current_default_joomla_template/html/com_emailbeautifier/templates/
This becomes override for Email Beautifier template.
Â
Step: 3. Make changes to copied files
Browse to copied files. You can edit template.html(e.g. minty.html), template.css(minty.css) files
You can do the same thing with other default templates.
Easy huh?
How to add new email templates?
Similar to overrides, you can also add new email template via Joomla-template override.
Â
Step: 1. Create your email template
Sample file structure for new EB template is as below -Â
/myebtemplate - myebtemplate.html - myebtemplate.css (can be left blank, if you add all css in .html file itself) - /images (if needed) - - image1.png - - image2.png
You can edit template.html(e.g. myebtemplate.html), template.css(myebtemplate.css) files as you want do design pretty email template.
Â
Step: 2. Copy newly created email template folder into this location
your_joomla/components/com_emailbeautifier/templates/
Â
Step: 3. Start using the new template
Any templates you put in template-overrides folder will be shown in template dropdown list in the Joomla backend -> components -> com_emailbeautifier -> templates -> click New
That's it!