Miscellaneous topics that do not fit into specific categories.
Yes, your information is accurate. Microsoft is deprecating Basic Authentication, which includes App Passwords for SMTP AUTH, and this change is expected to affect services by September 2025. As part of this transition, Microsoft encourages users to move to Modern Authentication (OAuth 2.0) for sending emails.
To send emails from devices that currently rely on SMTP AUTH, you should consider using one of the following alternatives:
- Use OAuth 2.0: Implement OAuth 2.0 authentication for your applications that send emails. This is the recommended approach for secure email sending.
- Use Microsoft Graph API: Instead of SMTP AUTH, you can use the Microsoft Graph API to send emails, which supports Modern Authentication.
- Alternative SMTP services: If you have on-premises email servers, you may configure them to relay emails without relying on Basic Authentication.
It's important to start planning for this transition to ensure continued email functionality after Basic Authentication is fully retired.
References: