- Extract the body of your email (Remove the header and footer sections and just take the main content part)
- Create a php file in site>templates and place the body section in there.
- Add this to the top of the file:
`<?php snippet('email-header') ?>`- Add this to the bottom of the file:
<?php snippet('email-footer') ?>
<?php snippet('email-inliner') ?>- Add in templating language to the sections you want to edit.
- Create a file in site>blueprints