Hi,
in my project I use Arduino Mega + CC3000 with some sensors just for readings. It works very well but now I would like to send an e-mail when some values are over limit. I’ve added the e-mail widjet in the project and the line :
Blynk.email(“my.email@”, “Subject”, “My Blynk project is online.”);
in the void set-up after Blynk.begin.
Up to now no e-mail has sent.
May someone help me and suggest the rights instructions ?
thank you in advance