@sazze/envoy-nodejs

1.1.0 • Public • Published

Tests must be run as root (to bind to port 80):

sudo npm test

Example:

var SendClient = require('@sazze/envoy-nodejs').SendClient;
var TransactionEmail = require('@sazze/envoy-nodejs').TransactionEmail;

var email = new TransactionEmail();

var client = new SendClient();

client.sendEmail(email, function (err, resp) {
    // do something with the response
});

Readme

Keywords

Package Sidebar

Install

npm i @sazze/envoy-nodejs

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • sazze-inc