Configuring preferences and options in Outlook.com
For Outlook.com personal mailboxes, POP, IMAP, and SMTP now require Modern Authentication (OAuth2). Basic authentication (username/password, including app passwords) is not supported for SMTP on Outlook.com.
From the documented settings for Outlook.com:
- SMTP server:
smtp-mail.outlook.com - Port:
587 - Encryption: STARTTLS
- Authentication Method: OAuth2/Modern Auth
Because the error returned is:
5.7.139 Authentication unsuccessful, basic authentication is disabled.
this is expected when attempting to use basic SMTP auth (even with an app password) against an Outlook.com account. The mailbox is still compatible with SMTP sending, but only with OAuth2/Modern Auth, not with basic authentication.
For this scenario:
- If the mailbox is an Outlook.com personal account, SMTP basic authentication cannot be enabled. The third‑party app must support OAuth2/Modern Auth for SMTP to work with Outlook.com.
- If using Microsoft 365/Office 365 business mailboxes instead, authenticated SMTP is supported but is being deprecated for basic auth; Modern authentication (OAuth) is recommended. SMTP AUTH can be enabled per mailbox in Exchange Online when using Microsoft 365 business accounts.
If the ClientCare application cannot use OAuth2/Modern Auth for SMTP, it will not be able to send mail directly using an Outlook.com personal mailbox with the documented, supported configuration.
References:
- POP, IMAP, and SMTP settings for Outlook.com
- How to set up a multifunction device or application to send email using Microsoft 365 or Office 365
- Fix issues with printers, scanners, and LOB apps that send email using Microsoft 365
- Create credentials for Simple Mail Transfer Protocol (SMTP) authentication