make email sending optional

This commit is contained in:
Ivan Socolsky 2015-04-30 16:05:10 -03:00
parent 17d97430ad
commit dfef5ae39c
1 changed files with 10 additions and 8 deletions

View File

@ -39,13 +39,15 @@ var config = {
url: 'https://test-insight.bitpay.com:443',
},
},
email: {
service: 'Gmail',
auth: {
user: '',
pass: '',
},
from: 'wallet-service@bitcore.io',
},
// To use email notifications uncomment this:
// email: {
// service: 'Gmail',
// auth: {
// user: '',
// pass: '',
// },
// subjectPrefix: '[Copay]',
// from: 'wallet-service@bitcore.io',
// },
};
module.exports = config;