- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 06:43 AM
Hi All,
In DEV I am triggering one event using gs.eventQueue() which will eventually triggers the notification. but when I checked emails there is no email but in the event logs I can see record whose state is Processed with the same event name. What are all the things I should check to receive the email.
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 06:49 AM - edited 11-17-2023 06:50 AM
Hi @Obito
Is the email not send, or completely not created in sys_email table?
You could check for the recipient if notification is enabled on sys_user table, and if there is a active communication device.
Of course outbound email needs te be active on your instance.
For a full set if checks, see here:
Troubleshooting Outbound Email - Support and Troubleshooting (servicenow.com)
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 07:01 AM
Hi @Obito ,
- You can verify if under whom to send the Send to event parm 1 /2 is checked or not.
- The user preference of receiving notification for the user is active or not for for whom the mail is being sent.
- Also in dev as peter mentioned whether user is active or not.
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 06:49 AM - edited 11-17-2023 06:50 AM
Hi @Obito
Is the email not send, or completely not created in sys_email table?
You could check for the recipient if notification is enabled on sys_user table, and if there is a active communication device.
Of course outbound email needs te be active on your instance.
For a full set if checks, see here:
Troubleshooting Outbound Email - Support and Troubleshooting (servicenow.com)
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 07:01 AM
Hi @Obito ,
- You can verify if under whom to send the Send to event parm 1 /2 is checked or not.
- The user preference of receiving notification for the user is active or not for for whom the mail is being sent.
- Also in dev as peter mentioned whether user is active or not.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 09:56 AM
Hi @Obito ,
If our responses helped kindly mark it as Solution Accepted as it will help other users to find correct answers
Thanks,
Danish