Blynk not sending an email

The LED is being turned on/off via a widget attached to datastream V0, which is presumably a switch widget, so in effect you’re sending a push notification and an email saying “Hey, you pushed the button”. What’s the sense in that?

Blynk has a limit of 100 log.Event actions per 24 hour period, so repeatedly pushing the button could easily result in this limit being exceeded in the first minute of operation.

That’s because the log.Egent command is never called, as I explained earlier…

Correct.

You should probably read this if you want to learn more about using log.Event in a sensible way…

Pete.