This is the starting point for creating your own emails.
Here you can find an email template made with HEML, an XML-based markup language designed for building emails.
- Install heml package by using
npm install heml -g
. - Create your HEML email in src folder. For example:
email.heml
. - For develop, run
heml develop src/email.heml --open
. - Once you're ready use
heml build src/email.heml -o dist/email.html
.
- MIT license
- Copyright 2021 © Juan AlegrÃa.