2.0.0 • Published 4 years ago

mailmake v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

mailmake

Generate RFC1521 valid mime files for use with Mailgun and other similar services.

Build Status codecov Known Vulnerabilities NPM Version Latest Documentation

Installation

$ npm install mailmake -g

Usage

 Usage: mailmake <path> [options]

 Options:

  -h, --help        Display this help message.
  -v, --version     Display the current installed version.
  -f, --from        Set the from email address header.
  -s, --subject     Set the subject header.
  -t, --to          Set the to email address header.

CLI

$ mailmake email.html --from "test@example.com" --subject "Hello World!" --to "mailing-list@example.com" > email.mime

Documentation

View full documentation here.

2.0.0

4 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago