Fixed email option issues

This commit is contained in:
Ben Ramey
2014-04-14 22:32:31 -05:00
parent 86ff69510e
commit 3ded2ab583
2 changed files with 7 additions and 6 deletions

View File

@@ -3,5 +3,6 @@
//
module.exports.email = {
apiUser: "benjaminramey",
apiKey: "AVidasUPthub6pY3fFGe"
apiKey: "AVidasUPthub6pY3fFGe",
fromAddress: "ben.ramey@gmail.com"
};