Skip to content

Commit

Permalink
Added Email Notifications for all Transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwij2812 committed Jun 7, 2019
1 parent 49334f3 commit 1e8e83a
Show file tree
Hide file tree
Showing 52 changed files with 13,829 additions and 52 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var routes = require('./routes');
var pkg = require('./package');
var winston = require('winston');
var expressWinston = require('express-winston');
var nodeMailer = require('nodemailer');

var app = express();
app.use(function(req, res, next) {
Expand Down
3 changes: 3 additions & 0 deletions lib/mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ exports.User = mongolass.model('User', {
password: {
type: 'string'
},
email: {
type: 'string'
},
avatar: {
type: 'string'
},
Expand Down
4 changes: 4 additions & 0 deletions logs/error.log

Large diffs are not rendered by default.

147 changes: 147 additions & 0 deletions logs/success.log

Large diffs are not rendered by default.

Binary file added node_modules/nodemailer/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions node_modules/nodemailer/.prettierrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e8e83a

Please sign in to comment.