MartoMcfly / Email_Template

Starting point for creating of emails for advertising campains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starting point for creating of emails for advertising campains

License:MIT License