Implementation

Implementing Enplated Email is very easy and takes only a few seconds.

1. Download the EnplatedEmail.php file.

It can be found here.

You can also download full release from GitHub.

2. Move the EnplatedEmail.php file into your project folder.

3. Import the Enplated Email code into your code.

<?php
require_once 'EnplatedEmail.php';
$EM = new EM;
...
?>

Remember that if you have the EnplatedEmail.php file in another folder, you need to specify the path.

You can rename the $EM variable. The documentation uses the name $EM.

You can then start generating your email. More information can be found in the documentation.