- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
Hi SN folks,
I'm observing this behavior in my recent Zurich release instance,
Scenario: While sending email to a user in Users table, while the user is inactive. But the same is sending in non Zurich release instances
Description: I'm triggering an email via widget server side,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Anil9866,
Even though you are passing a raw email string (e.g., user@domain.com) in your gs.eventQueue parameters, the ServiceNow Email engine automatically looks up that email address in the sys_user table. If it finds a matching user record that is inactive, and the system is configured to ignore inactive users, it will drop the email with the "excluded recipients" error
You need to check/update a specific System Property that controls this behavior.
Note: If you are on a new release like Zurich, security settings are often hardened by default, which is why this property may be enforcing the restriction now where it wasn't before.
If you find my response helpful, mark it as helpful and accepted solution.
Regards,
Maham Tahir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Anil9866 ,
I would like to understand why you want to send emails to inactive recipients?
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
34m ago - last edited 32m ago
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
31m ago
Hi @Hemanth M1
thanks for looking into the query,
I really agree with you, but here I'm more focused on the mail is adding the same user in CC when triggered from Email script, but it is neglecting the same user when configured in Email notification as Send Email to parm1.
Sorry, if I wrongly routed you in between.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Anil9866,
Even though you are passing a raw email string (e.g., user@domain.com) in your gs.eventQueue parameters, the ServiceNow Email engine automatically looks up that email address in the sys_user table. If it finds a matching user record that is inactive, and the system is configured to ignore inactive users, it will drop the email with the "excluded recipients" error
You need to check/update a specific System Property that controls this behavior.
Note: If you are on a new release like Zurich, security settings are often hardened by default, which is why this property may be enforcing the restriction now where it wasn't before.
If you find my response helpful, mark it as helpful and accepted solution.
Regards,
Maham Tahir.