mailmake

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i mailmake

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

13.4 kB

Total Files

12

Last publish

Collaborators

  • neogeek