-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure logging into Outlook #602
Comments
Maybe your observed behavior is related to this Microsoft announcement. To quote the "Basic Authentication interim experience" section of this announcement:
There are similar reports by other people, see e. g. the "July 2024" entry on https://email.faircode.eu/status. |
Ahh ok, thanks for providing that article it might explain the issue and also the issue I was having in regards to Thunderbird as well. |
In case anybody else has this issue, I'm massively struggling to get this to work. Microsoft have made it difficult to actually get into emails. There's heaps of documentation which is good but overwhelming, new granular permissions you can add to an app... After registering it and this was all to get an OAUTH2 token. Just a little vent of frustration |
I've had the same code be working for years but randomly I can't now login to the server.
My credentials are in a separate .env file, I then use python-decouple to import them and login.
I've checked the details multiple times and they are all correct, I use App Passwords from outlook as it doesn't work otherwise.
I used the interactive console to login with the same details and that worked strangely.
I've enabled logging but it hasn't given me any information that I can use.
From the .env file:
From the main.py:
Any ideas of what else I could try or have Microsoft nuked the login procedure?
The text was updated successfully, but these errors were encountered: