bump email package version on npm

better fix from @timolehto
This commit is contained in:
Dave Conway-Jones
2017-02-21 13:07:42 +00:00
parent f15f8598f3
commit a4eaf55961
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ module.exports = function(RED) {
secure: node.secure
}
if(this.userid && this.password) {
if (this.userid && this.password) {
smtpOptions.auth = {
user: node.userid,
pass: node.password