Skip to content

AlexWheeler/ponga-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ponga

Installation

Usage

var Ponga = require('ponga');
var Mailer = new Ponga.Mailer('YOUR-API-KEY');

Mailer.send({ subject: "", to: "", body: ""})
  .then(function (response) {
    console.log(response);
  });

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/alexwheeler/ponga-node.

License

The module is available as open source under the terms of the ISC License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published