Skip to content

zejiran/email-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Template

This is the starting point for creating your own emails.

Overview

Here you can find an email template made with HEML, an XML-based markup language designed for building emails.

Example Mail

Usage

  1. Install heml package by using npm install heml -g.
  2. Create your HEML email in src folder. For example: email.heml.
  3. For develop, run heml develop src/email.heml --open.
  4. Once you're ready use heml build src/email.heml -o dist/email.html.

License

License