Node-red-node-email sending emails using msg.from not working

Hello all,

I've been trying to send an email using the node-red-node-email node while setting the msg.from node in a change node. The email is sent however it shows that it is send from me (my email address currently written in the userId field of the email node and NOT the string I placed in msg.from change node. Is this even possible? If so, I would like some help please.

Thanks in advance,
Rory

Please put a debug node on the output of the change node (set it to display the complete msg object) and show the results.

@zenofmud I can confirm that this is not working, I'm having same problem.
image
It still uses the id in the email node.

This has also been posted in another thread. Closing this one.