- will modify your template to work on almost all email clients
- versioned templates for for your peace of mind
- fork repository, create custom branch for your change
- make change in existing template or create new one, but please respect folder structure:
templates/**/name.html
- git commit, push and go to Actions tab in your github repository, like mine
- wait until end of build and you would find 1 Artifacts with zip there
Each template can have own layout. Default is layouts/default.html
.
Syntax for specify layout is:
---
layout: your-nice-layout
---
This name is corresponding with file in folder /layouts
without .html
extension.
Check the examples.
- prepared example for NodeJS
- prepared example for PHP
- you can also write your integration by own, follow Mailgun's doc.