node-red email paramaters

From KlavoWiki
Jump to navigationJump to search


function

msg = {
    payload : msg.payload,
    from : "no-reply@klaverstyn.com.au",
    to : "david@klaverstyn.com.au",
    topic : "Testing Sun Objects"
}
return msg;

email

Just enter the details for the SMTP server and port with credentials if using secured connection.