node-red email paramaters
From KlavoWiki
Jump to navigationJump to search
function
msg = {
payload : msg.payload,
from : "[email protected]",
to : "[email protected]",
topic : "Testing Sun Objects"
}
return msg;
Just enter the details for the SMTP server and port with credentials if using secured connection.