Open
Description
Description
I'm submitting this issue related to #35528 (closed)
Starting from the 1st January 2023, Microsoft permanently disabled basic auth for sending emails, and it seems app password will not help anymore. Microsoft's recomendations are :
- Modify app to use modern auth, hence implement Oauth 2 support
- Migrate app to use Graph API and modern auth
Knowing that, may be it make more sense now to consider supporting oauth token - handling - renewing inside a dedicated mailer component ?
Example
No response