- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 01:23 AM
Hi Team,
We have Custom Notification code , which will send email to particular recipient.
For this we are trying to find out the solution as below
1. We already mentioned the property to ignore emails which is having undeliverable: as a subject , but it still receiving the undeliverable emails.
2. Even custom notification code I added the condition subject does not contains undeliverable (Even If I put this condition I am not sure whether will it stop receiving undeliverable emails).
Please check the attachment to know how we configured the notification, system properties and logs which we are receiving undeliverable emails.
Can any body suggest how can I stop/ ignore receiving undeliverable emails.
Regards,
Kiran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 02:10 AM
Hi Kiran,
A business rule is required here instead of a notification.
Try adding a condition for subject containing "Undeliverable" and enforce setting the email type to received ignored.
If doesn't work then you can delete the record through script in BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 03:41 AM
Hi KIran,
I haven't seen such scenarios earlier.
I would recommend you to log a HI ticket and speak to service now.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 03:48 AM
Hi Gaurav,
Is this is defect from Service now, even Service now also saying that we can't help on this.
What is the action we need to take on this, can we do any customization to stop this or I have to ask Service now only.
Please suggest us.
Regards,
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 04:26 AM
HI Kiran,
You can try to replicate this behavior in any of your other instances and see if you can reproduce the same.
I hope that helps you to some extent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 12:07 AM
HI Kiran,
If you couldn't proceed further with the investigation, I would suggest you write a BR to delete the undeliverable email as soon as it reaches the system.
Apply advanced conditions for "Before Insert"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 01:48 AM
