Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Created January 22, 2018 00:56
Show Gist options
  • Save rickhernandezio/7bedbf6bb46357f15a4320e27d820306 to your computer and use it in GitHub Desktop.
Save rickhernandezio/7bedbf6bb46357f15a4320e27d820306 to your computer and use it in GitHub Desktop.
MailPro = require('mailpro')
var mailPro = new MailPro({
privateKey: "key-xxxxxxxxxxxxxxx",
publicKey: "pubkey-xxxxxxxxxxxxx",
domain: "domain.com",
secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
});
// You can start using any of the methods below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment