add from param

This commit is contained in:
Ivan Socolsky 2015-04-29 21:02:30 -03:00
parent 5bd4f7a565
commit 132afca15c
1 changed files with 4 additions and 3 deletions

View File

@ -43,8 +43,9 @@ var config = {
service: 'Gmail',
auth: {
user: '',
pass: ''
}
}
pass: '',
},
from: '',
},
};
module.exports = config;