You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
From May 30, 2022, Google no longer supports the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. Therefore, this code won't work for Gmail accounts. If you want to interact with your Gmail account in Python, I highly encourage you to use the Gmail API instead.
Describe the solution you'd like
Add integration for Gmail API
Send the log files to an email address using the Gmail API
Don't use the Primary Gmail Module
Send the log files once in a day before 00:00 hrs
Secure the SMTP server while sending the files
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
From May 30, 2022, Google no longer supports the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. Therefore, this code won't work for Gmail accounts. If you want to interact with your Gmail account in Python, I highly encourage you to use the Gmail API instead.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: