Comments Suzanna started the conversationFebruary 26, 2021 at 6:13pmI have added the Outlook integration according to Amelia instructions. I receive errors when trying to log into Outlook as an Employee. I am unable to connect Outlook calendar to Employee.[deleted] repliedMarch 1, 2021 at 2:57pmHello Suzanna,thank you for reaching out to us.WP Mail SMTP Pro doesn't redirect the URI correctly. They need to check if it's their scope or not, but they're not doing that.Please go to ..wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/Providers.php and find this method: process_auth_code You need to add this to that method: if (explode('-', $_GET['state'])[0] === 'amelia') { return; } Like this: Sign in to reply ...
I have added the Outlook integration according to Amelia instructions. I receive errors when trying to log into Outlook as an Employee. I am unable to connect Outlook calendar to Employee.
Hello Suzanna,
thank you for reaching out to us.
WP Mail SMTP Pro doesn't redirect the URI correctly. They need to check if it's their scope or not, but they're not doing that.
Please go to ..wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/Providers.php and find this method:
You need to add this to that method:
Like this: