mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
bump email package version on npm
better fix from @timolehto
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user