Emails are getting set to send-ignored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 12:31 AM
Hi Experts,
We have a notification when a KB article gets a rating and comment through the service portal, and the notification is sent to one particular email address, which is not a group or user in ServiceNow. The notification is generated but not sent to our testing email in QA instance, which is set in the outbound email property. email server is set to send Ignore not proceeding to send the email.
what should be need to done?
Thanks,
Mohammed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 03:01 AM
There is possibly a custom BR on sys_email table, which is marking this email as send-ignored.
check for any custom BR , mark it inactive and then try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 05:22 AM
Hi Raghav,
In our instance, we have a custom business rule defined in the sys_email table, and we have marked the active false but are not sending the notification.
Thanks.,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:03 AM
I have faced this issue due to custom BR, can paste the logic of custom BR here.
Or try using Debug business rules, that will help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 05:49 AM
@Mohammed was your issue fixed>