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

[BUG] - SMTP Oauth2 support #4695

Open
6 tasks done
ArthurHuyghe opened this issue Dec 8, 2024 · 0 comments
Open
6 tasks done

[BUG] - SMTP Oauth2 support #4695

ArthurHuyghe opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@ArthurHuyghe
Copy link

ArthurHuyghe commented Dec 8, 2024

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

What is the issue you are experiencing?

When I try send an test-email using smtp, it fails with the an error stating basic auth is not supported. this is indeed correct as I am using outlook as the smtp-server, and they stopped supporting basic authenication and use "modern authenication/Oauth2" instead. How can I configure mealie to use smtp with Oauth2?

Steps to Reproduce

configure smtp with outlook

Please provide relevant logs

[ERROR|password_reset_service|L48] 2024-12-08T19:14:10: failed to send reset email: (535, b'5.7.139 Authentication unsuccessful, basic authentication is disabled. ["I believe this is confidential"]')

Mealie Version

v2.3.0

Deployment

Docker (Synology)

Additional Deployment Details

using smtp with outlook, OICD with authentik and sqlite

@ArthurHuyghe ArthurHuyghe added bug Something isn't working triage labels Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant