node-red email paramaters

From KlavoWiki
Revision as of 11:11, 16 January 2020 by David (talk | contribs) (Created page with "image : node-red-email-settings.JPG = function = <pre> msg = { payload : msg.payload, from : "no-reply@klaverstyn.com.au", to : "david@klaverstyn.com.au",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.