Blynk.email issue

Hi All,

Is anyone experiencing issues with Blynk.email? I’ve been sending emails to a nominated address for months however recently those emails are now getting sent to my account email. I have a widget button attached to virtual pin 92, so when pressed send the email.

BLYNK_WRITE(V92) {
     if (param.asInt() == 1){
        Blynk.email("nominatedEmailAddress@email.com", "*** Subject ***", "message");
     }
}

You didn’t follow the guidelines of supplying all your App, Server, Library, etc. details… so this is just a guess… But are you running a Local Server, recently updated, and have your account email loaded in your email widget?

image

OK thanks @Gunner. I think I’ve fixed it by deleting the email address in the email widget.

Hope that doesn’t cause other problems.

1 Like

It shouldn’t… I think it was there mainly for “code free” use in the App.

1 Like