From a4eaf5596175c20f4ae6115266a9032d271d126a Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 21 Feb 2017 13:07:42 +0000 Subject: [PATCH] bump email package version on npm better fix from @timolehto --- social/email/61-email.js | 2 +- social/email/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/social/email/61-email.js b/social/email/61-email.js index c6172f2a..cb3bf1e1 100644 --- a/social/email/61-email.js +++ b/social/email/61-email.js @@ -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 diff --git a/social/email/package.json b/social/email/package.json index d59e45dc..566bde72 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "0.1.19", + "version": "0.1.20", "description": "Node-RED nodes to send and receive simple emails", "dependencies": { "nodemailer": "^1.11.0",