Skip to content

bfulop/mailgun-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build:passed

Send emails with mailgun

A simple repo to simplify sending test emails with a Mailgun account.

Setup

The library needs two config files to run:

Mailgun credentials

This JSON file is stored globally in your home directory so that all new projects have access to it. Save this to

~/.mailgun

{
  "privateApi": "your private API key",
  "publicApi": "your public API key",
  "domainName": "your domain"
}

Config file

This file stores the path to you html emails and sender/recipient data.

./mailgunrc.json

{
  "to": ["to@example.com"],
  "from": "from@example.com",
  "paths": ["path to html file"]
}

About

Send html mail for testing with Mailgun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors