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 | ||||
|   | ||||
| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user