Sending e-mail node using SendGrid service
npm install node-red-contrib-sendgridSending e-mail node using SendGrid service
The default e-mail node sometimes encounters a login problem occurred from unusual behavior. For example, Gmail authentication will show an alert when Node-RED runtime is located in a different location from the user's local PC or smartphone. SendGrid node can solve the problem because SendGrid service ensures sending an e-mail.
(2) Get API key from SendGrid website ( https://sendgrid.com/ )
(3) Paste the API key on the property of SendGrid node
!property
(4) Create flows using SendGrid node
!flow
msg.payload as an email, with a subject of msg.topic.msg.to property of the incoming message.msg.cc and/or msg.bcc properties.msg.from in the payload.msg.filename. Optionally msg.description can be added for the body text.