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
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
The text was updated successfully, but these errors were encountered:
First Check
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
The text was updated successfully, but these errors were encountered: