- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:37 AM
We are following below document provided by SNOW,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0816072
IMAP is working fine,
SMTP test connection showing below error.
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 12:20 AM
Hello Everyone,
I managed to solve this on my own,
below are the steps.
Configure your OAuth Profile in Application Registry, Add Entity Scopes.
Create 2 Email Accounts, one for IMAP and another for SMTP.
When you click on "Authorize Email Account" .
Make sure that you are signed in as same email account in the browser that you want to configure for email sending and receiving.
For example.
My email ID is 'jayantcpandit@gmail.com'
Email that I want to configure is 'example@example.com'
In this case, I need to sign in to the browser with 'example@example.com' where I click on "Authorize Email Account", not with my 'jayantcpandit@gmail.com'
With this way, it will make sure that you are using correct account to authorize.
Hope this helps.
Please mark this helpful, if solves your issue.
Thanks
Jayant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 06:39 PM
Hello Jerry!
Is this working for you now? I'm having the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 12:20 AM
Hello Everyone,
I managed to solve this on my own,
below are the steps.
Configure your OAuth Profile in Application Registry, Add Entity Scopes.
Create 2 Email Accounts, one for IMAP and another for SMTP.
When you click on "Authorize Email Account" .
Make sure that you are signed in as same email account in the browser that you want to configure for email sending and receiving.
For example.
My email ID is 'jayantcpandit@gmail.com'
Email that I want to configure is 'example@example.com'
In this case, I need to sign in to the browser with 'example@example.com' where I click on "Authorize Email Account", not with my 'jayantcpandit@gmail.com'
With this way, it will make sure that you are using correct account to authorize.
Hope this helps.
Please mark this helpful, if solves your issue.
Thanks
Jayant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 05:23 PM
Thanks
But I'm not having any issue with "Authorize Email Account" . I can log in successfully with the correct account using incognito mode and received the correct access token & refresh token.
The step I'm having the issue with is when clicking on "Test Connection". I got the same error as you:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 07:32 AM
Hello,
Please involve your IT team and re make sure below points
1) Configured Email Account have all required permission mentioned
2) API permission scopes assigned to registered Azure app are for Microsoft Graph resource. The mailbox might be assigned a license that doesn't have access to Graph API, e.g. Exchange Online (Plan 1). Switching to supported license, such as Office 365 E5 should fix the issue.
We need to make sure using E5.
3) Make sure email have SMTP enabled.
4) Make sure 'Server', 'Port' and 'Encryption' is configured correctly for both SMTP and IMAP email accounts in SNOW, follow below document
https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-8361e398-8af4-4e97-b147-6c6c4ac95353?ui=en-us&rs=en-us&ad=us
Hope this helps,
I recommend connecting to ServiceNow Support and Involve Microsoft Support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 04:41 AM
Would it be a problem if we have both Inbound and outbound email addresses are same ?
Like IMAP : 'example@example.com'
SMTP : 'example@example.com' . Does this configuration work ?