Skip to content

Instantly share code, notes, and snippets.

@SamWSoftware
Created December 24, 2017 01:07
Show Gist options
  • Save SamWSoftware/59b3b8a804a17a0d24b379a76d404b09 to your computer and use it in GitHub Desktop.
Save SamWSoftware/59b3b8a804a17a0d24b379a76d404b09 to your computer and use it in GitHub Desktop.
const mailgun = require("mailgun-js")({
apiKey: 'YOUR_MAILGUN_API_KEY',
domain: 'YOUR_DOMAIN'
});
class MailgunMailer {
}
module.exports = MailgunMailer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment