[SOLVED] Arduino Mega + CC3000 wifi shield : mail

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

i think it is:

Blynk.email("yourname@yourprovider.com", “Email subject”, “Email body…”);

Hi Dave,

thank you for your suggestion. Really my fault was to not insert the command : while (Blynk.connect() == false) in the set-up.

Solved.

thank you again

reagrds