From 132afca15c03aead11eb2e94c221ef8ef656b151 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Wed, 29 Apr 2015 21:02:30 -0300 Subject: [PATCH] add from param --- config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index d114e60..18c47f7 100644 --- a/config.js +++ b/config.js @@ -43,8 +43,9 @@ var config = { service: 'Gmail', auth: { user: '', - pass: '' - } - } + pass: '', + }, + from: '', + }, }; module.exports = config;