-->
Page 1 of 1

using app password

PostPosted: Wed Jun 29, 2022 11:36 am
by d2FsdA==
Gmail is now requiring 2 factor and a unique app password. How can I get that to work with my 8266 sketch. If I enter the unique password into the sketch it won't connect to gmail.

Re: using app password

PostPosted: Fri Jul 01, 2022 5:58 pm
by Sirquil
I used xreef's EmailSender library in my Sump_Sender.ino project; that uses Google's two factor authentication and application password.

Sump_Sender.ino project

Recommend setting up a separate Google account for your project; keep it separate from you Gmail email account.

Google article about application password

William