Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Raymond Tang,
Thanks for your post with above details. I just tested this on my side and I can access the site you mentioned without any errors, please see:
Given this result, please kindly try it again with a different browser and the browser's InPrivate mode to see if there is the same result.
Moreover, about the problem that you cannot use email in .NET applications to send emails, based on the information you shared, you are using the option 1 SMTP client submission as described in below picture, right?
If so, please kindly refer to the article I shared above to make sure you have correctly set up your .NET application to send emails via SMTP client Submissio.
Also, based on the error message, you need to check if you have entered the correct credentials in your .NET application.
Moreover, please make sure you have assigned a license to the mailbox that you used to send emails, also, make sure you didn't enable MFA for this account. Besides, your device must be able to use TLS version 1.2 and above.
Best regards,
Jennifer
Thanks I resolved both issues by using the following approach:
- Turn off Modern authentication and turn it on.
- Turn on Modern authentication but untick 'Authenticated SMTP' Used by POP and IMAP clients to send email messages.'
- Tick user mailing app settings 'Authenticated SMTP'
- In Modern authentication, tick 'Authenticated SMTP' Used by POP and IMAP clients to send email messages.'
So for some reason I have to repeat these steps to make everything work.
And literally I only changed user email setting for 'Authenticated SMTP'