Gmail stopped supporting unsecure apps with the beginning of July. I think it should be possible to generate app-codes for some application, but you need to set up your gmail accounts with 2FA.
I build my own solution using OAuth2 in C# that can be run from ZP/PM to overcome this issue.
Setting 2FA would allow zennoposter to check mails like in the past?yes, i did the same in python, but still do not understand why not work the same account and set up in zenno, but the same login works outside of zenno
Afaik you need to activate 2FA and set up application specific passwords like it 's described here: https://support.google.com/accounts/answer/185833Setting 2FA would allow zennoposter to check mails like in the past?
Do you have any knowledge if newest zennoposter solved that issue?Afaik you need to activate 2FA and set up application specific passwords like it 's described here: https://support.google.com/accounts/answer/185833
Of course the downside is that you need phone verification for every one of your gmail accounts and keeping the same phone numbers for a longer time.
The best solution will be if the Zennolab coders simply add OAuth2 in PM/ZP so we can access google accounts directly as in the past.
No, it's not possible in the latest version of ZP to use OAuth2 authentication. Only solutions are the app-specific password, use a 3rd party or own coded solutions for OAuth or use weblogin in ZP and scrape the messages from there.Do you have any knowledge if newest zennoposter solved that issue?
Anything changed since last year?No, it's not possible in the latest version of ZP to use OAuth2 authentication. Only solutions are the app-specific password, use a 3rd party or own coded solutions for OAuth or use weblogin in ZP and scrape the messages from there.