I use node-red-node-email to send emails. Is it possible to change the sender name? The emails I got has only the adress as sender. But I want to add a name there. It should looks like:
But I found a solution. The userid is the gmail address. I combined the the email node with a change node. I added msg.from = Node-RED:xyz@gmail.com. (xyz@gmail.com is your email address)