I setup a flow for send me a email on Node Red and the payload has been override to “Message from Node-RED”
my function nod is setup this way;
msg ={
payload:“message to test” + Date().toString(),
topic: “email de teste nodred”
};
return msg;
Any guess?