Skip to content
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

Authorisation fails for Office 365 with new default policies in place #441

Open
ptav opened this issue May 24, 2023 · 4 comments
Open

Authorisation fails for Office 365 with new default policies in place #441

ptav opened this issue May 24, 2023 · 4 comments

Comments

@ptav
Copy link

ptav commented May 24, 2023

Microsoft recently standardised user security policies to reduce frequency of breaches. that creates an authorisation failure. can probably be overcome with Oauth2 support.

MS has progressive disabled legacy login policies so it is likely that Oauth will soon be required anyway across the board, independently of security setup

@jrief
Copy link
Collaborator

jrief commented May 24, 2023

django-post_office relies on Django's internal SMTP-backend, and it's there where you have to address this issue.

@ptav
Copy link
Author

ptav commented May 24, 2023

Thanks! would I then be able to change the email back end to https://pypi.org/project/django-o365mail/?

@kakulukia
Copy link
Contributor

Odly enough this error also bring up another problem, when i try to open a message from the email list, the system also runs into this new SMTP error.

That should not happen.
The change form view starts an SMTP connection - why?
image

@kakulukia
Copy link
Contributor

@ptav thanks for the link to this alternative mail backend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants