Send password to node-red-node-email

Hi,
I have an sqlite with diferent users (with mail and mail password). If I put static credential is working without any problems but in my case I need to pass the password to node-red-node-email.

How could I pass it?

You can send in the from email address by passing it in as msg.from, buy not the password. The password need to be hardcoded in the node.

Ok, well I was thinking it would be something like this because in the documents I didn't find any solution for send the password but I wasn't sure.

Thanks for all!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.