mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump email package version on npm
better fix from @timolehto
This commit is contained in:
parent
f15f8598f3
commit
a4eaf55961
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user