Skip to content

Instantly share code, notes, and snippets.

@kseniya292
Last active July 11, 2017 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kseniya292/88af592fdbbdcab7c3425d3a5621da2b to your computer and use it in GitHub Desktop.
Save kseniya292/88af592fdbbdcab7c3425d3a5621da2b to your computer and use it in GitHub Desktop.
module.exports.email = {
service: "Mailgun",
auth: {
user: "postmaster@sandboxXXXXXXXXXXXXXXXXXXXXX.mailgun.org",
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