send email on new copayer notification

This commit is contained in:
Ivan Socolsky 2015-05-11 15:09:33 -03:00
parent c864675b20
commit 87bba46515
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ var nodemailer = require('nodemailer');
var Model = require('./model');
var EMAIL_TYPES = {
'NewCopayer': {
filename: 'new_copayer',
notifyDoer: false,
},
'NewTxProposal': {
filename: 'new_tx_proposal',
notifyDoer: false,