change default email config

This commit is contained in:
Ivan Socolsky 2015-04-30 18:07:53 -03:00
parent 897b39f8cd
commit 36ed2f25bc
1 changed files with 4 additions and 4 deletions

View File

@ -41,12 +41,12 @@ var config = {
}, },
// To use email notifications uncomment this: // To use email notifications uncomment this:
// email: { // email: {
// service: 'Gmail',
// auth: { // auth: {
// user: '', // host: 'localhost',
// pass: '', // port: 25,
// ignoreTLS: true,
// }, // },
// subjectPrefix: '[Copay]', // subjectPrefix: '[Wallet Service]',
// from: 'wallet-service@bitcore.io', // from: 'wallet-service@bitcore.io',
// }, // },
}; };