Skip to content

healthonnet/hon-responsive-email-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HON-Responsive-Email-Template

HON Responsive Email Template is a responsive with a minimalist style in mind email template.

Screenshot

Demo

See the demo

Send Email

Sign up for a Mailgun account. The free account will do for 10k emails per month.

Update the file test/config.json with your sandbox domain and api key.

{
  "api_key": "key-xxxxxxxxx",
  "domain": "domain names listed at your https://mailgun.com/app/domains"
}

Complete the file test/send-mail.js with a sender address and a list of receivers. Then :

$ npm install
$ ./test/send-mail.js

Developer

License

Apache 2.0