Sendgrid setup

This commit is contained in:
Ben Ramey
2014-04-14 21:57:11 -05:00
parent 9b291889ac
commit e7ad03e350
2 changed files with 8 additions and 0 deletions

7
config/email.js Normal file
View File

@@ -0,0 +1,7 @@
//
// Configuration for EmailService
//
module.exports.email = {
apiUser: "",
apiKey: ""
};