0

I populated dashDB table with data from TI SensorTag and now I want to send myself an email with daily summary. I am trying to create a function on Node-Red to query the table and email the results but I can't figure out how to configure SMTP email node for Yahoo. All examples are for Gmail only. Should I use 'nodemailer' node or something else? Any suggestions or examples? Thank you, Michael

  • I use nodemailer and it work really well! – Phoenix Mar 28 '16 at 15:24
  • You should include some code that you have tried that does not work. This is too broad to be answered. If you are looking for examples for nodemailer google "nodemailer examples". – crackmigg Mar 28 '16 at 15:36
  • This is Node-RED not pure NodeJS. Questions like this are probably better directed to the mailing list (https://groups.google.com/forum/#!forum/node-red) Where a more back and forth discussion can occur. – hardillb Mar 28 '16 at 18:13
  • Thank you Phoenix, nodemailer did the trick. I was trying on the Bluemix and no matter what I did I couldn't make it work. Then I installed node.js and node-red locally, imported nodemailer and that worked from my machine, finally exported nodes from local to Bluemix and it is sending emails now. I am now struggling with email formatting. :) – MichaelV Mar 29 '16 at 19:41

0 Answers0