mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	re-add auth to email out...
apologies all round
This commit is contained in:
		| @@ -55,7 +55,11 @@ module.exports = function(RED) { | ||||
|         var smtpTransport = nodemailer.createTransport({ | ||||
|             host: node.outserver, | ||||
|             port: node.outport, | ||||
|             secure: node.secure | ||||
|             secure: node.secure, | ||||
|             auth: { | ||||
|                 user: node.userid, | ||||
|                 pass: node.password | ||||
|             } | ||||
|         }); | ||||
|  | ||||
|         if(this.userid && this.password) { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "node-red-node-email", | ||||
|   "version": "0.1.18", | ||||
|   "version": "0.1.19", | ||||
|   "description": "Node-RED nodes to send and receive simple emails", | ||||
|   "dependencies": { | ||||
|     "nodemailer": "^1.11.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user