Last active
July 11, 2017 17:14
-
-
Save kseniya292/88af592fdbbdcab7c3425d3a5621da2b to your computer and use it in GitHub Desktop.
This file contains 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
module.exports.email = { | |
service: "Mailgun", | |
auth: { | |
user: "[email protected]", | |
pass: "XXXXXXXXXXXXXXXXXXXXX" | |
}, | |
from: "email@your-domain", | |
templateDir: "views/emailTemplates", | |
testMode: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment