Open Midoweimar opened 1 year ago
I found the solution! It turns out that my website does not have SSL certificate yet, so I manually changes my website address to https and logged in to Wordpress again to get the redirect URI 'https://[domain name]/wp-json/fluent-smtp/outlook_callback'. From there everything went according to plan.
Hello, I am trying to connect FluentSMTP with a Microsoft account. The App Callback URL (Use this URL to your APP) provided by FluentSMTP starts with http:// and not https://, which is not accepted by Microsoft Azure. I followed the instruction in https://fluentsmtp.com/docs/setup-outlook-with-fluentsmtp/ and even manually changed the Callback URL in Microsoft Azure to be https://, but this led to an error message by connecting:
AADSTS50011: The redirect URI 'http://[domain name]/wp-json/fluent-smtp/outlook_callback' specified in the request does not match the redirect URIs configured for the application 'xxxxxxx'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.
So, anyone here has an idea? Thank you!