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
|
secure: node.secure
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.userid && this.password) {
|
if (this.userid && this.password) {
|
||||||
smtpOptions.auth = {
|
smtpOptions.auth = {
|
||||||
user: node.userid,
|
user: node.userid,
|
||||||
pass: node.password
|
pass: node.password
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"description": "Node-RED nodes to send and receive simple emails",
|
"description": "Node-RED nodes to send and receive simple emails",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nodemailer": "^1.11.0",
|
"nodemailer": "^1.11.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user