How to Enable SMTP AUTH for a Single Microsoft 365 User
Question details
An administrator wants to enable SMTP AUTH for one specific Microsoft 365 mailbox without requiring all users to use it or disabling modern authentication for the whole organization.
- Product
- Microsoft 365
- Device & OS
- not provided
- Scenario
- Configuring email application access for a specific user requiring legacy SMTP authentication.
- Observed behavior
- The goal is to successfully allow SMTP AUTH for an individual user while maintaining overarching tenant-wide security policies.
Ensure you have Microsoft 365 administrator privileges and verify whether your organization's tenant-wide security defaults or Conditional Access policies might override individual mailbox settings.
Enable Authenticated SMTP via Microsoft 365 Admin Center
Use the Microsoft 365 Admin Center interface to quickly toggle Authenticated SMTP settings for a specific active user.
This method allows you to enable SMTP AUTH on a per-mailbox basis. Keep in mind that OAuth (Modern Authentication) is preferred for better security, and basic authentication is subject to deprecation. Microsoft 365 tenant-level security defaults may still block SMTP AUTH even if this is enabled for the individual mailbox.
Log in to the Microsoft 365 admin center, navigate to the left menu, and go to 'Users' > 'Active users'.
Locate and click on the specific user for whom you want to enable SMTP AUTH to open their properties pane.
Click on the 'Mail' tab in the user properties panel, then select 'Manage email apps'.
Check the box next to 'Authenticated SMTP' to enable the feature, and click 'Save changes' to apply the new settings.
Manage Your Documents with WPS Office
While managing administrative settings for your Microsoft 365 tenant, consider using WPS Office for your daily tasks. It is a completely free, highly compatible alternative that offers powerful tools for all your document needs without the premium subscription costs.
- 1. Download WPS Office: Visit the official WPS website to download the free installation package for your operating system.
- 2. Install the Application: Run the installer and follow the simple on-screen instructions to set up WPS Office on your device.
- 3. Open Your Office Files: Launch WPS Office and directly open any existing Microsoft Office files. You can edit and save them in their original formats seamlessly.

Frequently Asked Questions
Why is SMTP AUTH still failing after I enabled it for the individual user?
If tenant-wide security defaults or Conditional Access policies are enabled, they will block basic authentication (which SMTP AUTH relies on), overriding any individual mailbox settings.
Can I enable SMTP AUTH for a single user using PowerShell?
Yes. You can connect to Exchange Online PowerShell and run the command 'Set-CASMailbox -Identity user@domain.com -SmtpClientAuthenticationDisabled $false'.
Is it safe to leave SMTP AUTH enabled?
Basic authentication is less secure than Modern Authentication (OAuth) and is vulnerable to brute-force attacks. Microsoft recommends transitioning to applications that support OAuth and disabling SMTP AUTH whenever possible.




