I was trying to avoid disabling the 'Security Defaults' in Exchange and enabling Outlook SMTP. So instead I connected IMAP with the paid extension and put in a Mailgun account for the SMTP. It however doesn't work. I'm wondering if the extension assumes the same credentials as IMAP? (For now I will investigate allowing SMTP in exchange for my user)
Steps to reproduce:
Some images of my setup:
Console:
Steps to reproduce:
- Setup Outlook extension
- Setup IMAP for Personal Account. Test to verify it's working
- Setup alternate SMTP account in same 'Connected' Personal Email. It will not work.
- Add same SMTP credentials to new personal email address (not Outlook connected). See that test email works there.
Some images of my setup:
Console:
Code:
XHRPOST
https://crm.MYSITE.com/api/v1/Email/sendTest
[HTTP/2 500 619ms]
messageTranslation Object { label: "unknownError", scope: "Email", data: {} }
label "unknownError"
scope "Email"
data Object { }

Comment