Email notification not firing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 06:14 PM
Hello again. As I said before, I still have a lot to learn about the SN platform!
So I'm still tinkering with the sample training app Building a sample ServiceNow application) in my Geneva dev instance, and I created a new table similar to the Equipment Request table (it extends Task). I then created a new email notification which is supposed to fire on insert and update. However when I create a new record from the form, the email is not sent! Basic stuff I know, but it's not working And yes, I did check the email diagnostics page and sending email should be working (it's all green), but nothing is in the outbound/skipped/error email buckets.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 06:24 PM
Hi Pat,
Can you share the screenshot of your email notification configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 08:25 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 06:26 PM
Hi Pat,
- You can check in your Emails table [sys_email] to see if the notice is even getting generated (send might be getting ignored).
- On your notification, check you make sure you have it set to send to Event Creator, since this may be you in testing situations (maybe turn off as needed for production).
Thanks,
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 08:21 PM
No new email in sys_email table, and Send to Event Creator is checked.