I'm a website developer, and need to send emails from the website in an automated way (aka "Contact Form") using a Office365 account, as some of my clients have their Emails hosted by Office365.
As Microsoft now completely prevents using SMTP Basic authentication, I'll have to create an "Azure App" responsible of delivering OAuth2 access tokens to my website, thus allowing it to send emails from this Office365 account.
I'll follow a procedure like the one described here:https://cknotes.com/create-azure-app-registration-for-use-with-imap-pop3-and-smtp/(detailed explanations here)
Will I be able to follow this procedure to create such an App within Microsoft Azure? (or maybe should I now name it "Microsoft Entra")
Thank you for your thoughts on this one,