mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	Add e-mail sending information for e-mail node
This commit is contained in:
		@@ -145,7 +145,14 @@ module.exports = function(RED) {
 | 
			
		||||
                        } else {
 | 
			
		||||
                            node.log(RED._("email.status.messagesent",{response:info.response}));
 | 
			
		||||
                            node.status({text:"",response:info.response,msg:{to:msg.to,topic:msg.topic,id:msg._msgid}});
 | 
			
		||||
                            if (done) { done(); }
 | 
			
		||||
                            if (done) {
 | 
			
		||||
                                msg.payload = sendopts.text;
 | 
			
		||||
                                msg.from = sendopts.from;
 | 
			
		||||
                                msg.to = sendopts.to;
 | 
			
		||||
                                msg.topic = sendopts.subject;
 | 
			
		||||
                                msg.response = info.response;
 | 
			
		||||
                                done();
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                    });
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user