Browse Source

make email sending optional

activeAddress
Ivan Socolsky 10 years ago
parent
commit
dfef5ae39c
  1. 18
      config.js

18
config.js

@ -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;

Loading…
Cancel
Save