Auto forward from email box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 10:30 AM
Hi Team,
I am working on a requirement where I need to generate tickets for the emails sent to an email box. To achieve this, I have created an outlook email rule to auto forward it to servicenow instance email. For testing, I have also included my email address to make sure auto-forwarding is working. I am able to receive auto-forwarded emails, however the email didn't reach instance email and can't locate it in email logs. In received-ignored also no email records are found.
How to troubleshoot this issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 11:31 AM
Thanks for your reply, yes other emails are getting accepted. We wanted to auto forward only due to some limitations we have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 07:32 AM
Hello
Did you ever resolve this issue? I'm having the same problem, we have auto forwarded a shared mailbox into our instance. The messages do not arrive in ServiceNow. Other emails are being received ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2020 03:56 PM
Late to the party here, but I was having this issue until I examined the email headers of and realized that the auto-forwarded emails were prepending the subject with encoding information, example below.
Subject: =?us-ascii?Q?IT HELP
I had been trying to match the subject of the email beginning with "IT HELP". I was then able to modify my inbound action to check for the extra characters and then substring the subject to remove them.