0.2.1 • Published 8 years ago

simple-mailer v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Simple Mailer for Mailgun

This is a simple module for sending emails using Mailgun API.

Installation

$ npm install simple-mailer

Usage

Note: You must have a valid Mailgun account.

var simpleMailer = require('simple-mailer')({
  domain: [your-domain-here],
  user: [your-user],
  key: [your-api-key] 
});

mailer.send({
  recipient: '[you]@[your_domain].com',
  subject: 'Test subject',
  message: 'Test message'  
}).then(function (data) {
  // Do something here
});
0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.0.0

8 years ago