Created
December 24, 2017 01:07
-
-
Save SamWSoftware/59b3b8a804a17a0d24b379a76d404b09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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