Sending e-mail with email node - using Gmail as an example

1. turns on the switch in below link:
https://myaccount.google.com/lesssecureapps?pli=1
2. email node setting:
To: receiver's e-mail address
Server: smtp.gmail.com
port: 465
check "Use secure connection"
Userid: <UserID of gmail>
Password: <User Password of gmail>
You can copy the text below and import it to Node-RED for an e-mail sending example:
Last updated
Was this helpful?