Feb 09 2023 12:02 AM
Please see here for the details:
Note that this is about personal accounts for which SMTP AUTH cannot be disabled, and that this worked fine for existing setups/configuration until the end of January.
In other words, this is not something which can be resolved by changing configurations or software, and therefore is rather likely a problem with the Outlook SMTP server.
Apr 13 2023 10:05 PM - edited Apr 13 2023 10:07 PM
I also confirmed that until now it is not working.
535 5.7.3 Authentication unsuccessful [SJ0PR13CA0189.namprd13.prod.outlook.com 2023-04-14T01:41:59.958Z 08DB3BD5C46109BA]
I am using offline_access and SMTP.Send as scope via Device Code Flow
These are the endpoints that I used to get exchange device code for an access token to be able to send email using consumer accounts using oauth2
device_endpoint = "https://login.microsoftonline.com/common/oauth2/v2.0/devicecode",
token_endpoint = "https://login.microsoftonline.com/common/oauth2/v2.0/token"
May 15 2023 06:27 AM
May 15 2023 06:57 AM
May 16 2023 12:45 AM
Jun 22 2023 07:03 AM
@Enzo_Tech Is this issue fixed now i tried testing SMTP Xoauth with my outlook personal account. Iam getting the same error. If it is fixed can you help me the solution?
Jan 11 2024 01:14 PM
Hello yes it is now working please check the scope used under providers in my sample test tool written in Rust Programming language https://github.com/LorenzoLeonardo/smtp-xoauth2-test-tool