Browse Source

change default email config

activeAddress
Ivan Socolsky 10 years ago
parent
commit
36ed2f25bc
  1. 8
      config.js

8
config.js

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

Loading…
Cancel
Save