unicorn-mailing

🦄 inlines CSS stylesheets into your HTML source, automated via GitHub

Stars
23

Unicorn mailing

  • will modify your template to work on almost all email clients
  • versioned templates for for your peace of mind

How to

  1. fork repository, create custom branch for your change
  2. make change in existing template or create new one, but please respect folder structure: templates/**/name.html
  3. git commit, push and go to Actions tab in your github repository, like mine
  4. wait until end of build and you would find 1 Artifacts with zip there

Layouts

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.

Sending via Mailgun

Reading list