From 36ed2f25bc45cae36637641ffed115f0f61eeb03 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 30 Apr 2015 18:07:53 -0300 Subject: [PATCH] change default email config --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 8f637ad..f29e398 100644 --- a/config.js +++ b/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', // }, };