8000 GitHub - WeekendsBull/email-builder · GitHub
[go: up one dir, main page]

Skip to content

WeekendsBull/email-builder

 
 

Repository files navigation

How to create templates

Set up the email to display correctly:

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

Set up the blueprint to be edited on the panel:

  1. Create a file in site>blueprints

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 46.2%
  • HTML 23.4%
  • CSS 15.6%
  • JavaScript 14.7%
  • ApacheConf 0.1%
0