With the Email Template you can style all your email traffic with a nice custom HTML template
Make sure your system meets the minimum requirements:
ee2/system/third_party/email_template to system/expressionengine/third_party/
For every paid addon you need to validate your license in order to activate the module.
On a local environment, like *.dev
*.local
*.localhost
*.test
the license is valid for testing and building a new or existing sites.
For every other domain, you need to have a valid license.
Once installed, you will asked to enter your license key. When you entered a valid license you can hit the "Save license" button. This will start validating your license and will redirect you to addons.reinos.nl to login into your account. You can also register a new account in this process.
Once logged in, you are asked to use your current account or to login with another one.
Using the current logged in account, the server will check all info related to your license and once valid, it will redirect you back to your site where you see either a success message or an error message.
This module is using a license field to check if the license for the module is valid or not. On addons.reinos.nl you can check your license and add your valid domains.
In the Module CP you can enter then your license
When you enter a wrong license, the module will not work and it shows you an warning
Sometimes it happens that the license system says you have an invalid license. When this happens, make sure you have entered your domain url in your account, next to your license on addons.reinos.nl.
If this will not fix your license problem, please contact us on https://addons.reinos.nl/support
The Email template module is intend to style all your emails that comes from EE. But to fully understand the way of going underground and where there could be a possible error you see below what the module do step by step
{subject}
and {body}
{subject}
and {body}
){body}
with your real body what you typed in step 1 and also the {subject}
from step 1On the settings page of the module you can add your html template.
Settings | Description |
---|---|
Force HTML | Force every email to HTML |
NL2BR | Add new line to break (nl2br) on all emails |
Log enable | Enable email logging |
CRLF | Set the CRLF (line ending) |
Reply To | Set a new default Reply To |
BCC | Extend the BCC list |
Template | This is the actual template. Just paste your html code here and place {body} and {subject} variable here |
The Email Template module has a couple of special variables to use.
Below are the Tag Variables. Those Variables can be used in the tag described above
This is the actual body that comes from the template
{body}
This is the subject of the email
{subject}
This variable will ensure that the template will not be handled by the Email Template module. This becomes handy if you use for example Firemail to send email campaigns.
{do_not_parse}
reinos_
due the release of the EE store (\Breaking changes)***Note: There is a change you will have to validate the license again
\Note:** Because the module has been renamed with a prefix reinos_
there is an update path
by simply add the new update to your site and install it. By installing the module, you are disabling the old module
that can be deleted afterward. Also note that you have to rename the module calls and hooks with a prefix reinos_
See this article about the rename https://addons.reinos.nl/news/modules-renamed
*Note: you need to add your license key and license email from addons.reinos.nl in order to validate your license and add a valid domain url in your license field on addons.reinos.nl/profile/licenses or the module will not work on a live site. Also make sure you have read the license section in the documentation