Max # of recipients possible on an outbound email

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 10:18 AM
Hello everyone,
Needing to confirm what is the maximum number of recipients that ServiceNow allows to be added on a single notification email. Also, is there a limit to how many records could be added to a 'List' field?
The situation I am in is like this:
1. A List field on the Incident form to be populated by a BR with user records. I need to confirm whats the max # of entries that can be listed in this field.
2. The users in the above mentioned field are then parsed as 'BCC' recipients on a notification. The OOB Max length for this field is 4000. What's the max I can increase it to?
Further on, can the SMTP server add over 100 or 500 recipients as Blind Copied to an outbound email?
Kindly advise.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 10:50 AM
Hello,
Historically, ServiceNow caps out at 100 recipients per email notification. So if you were trying to process outbound email, you'd probably have to build a solution that breaks it up into chunks to ensure they go out.
For list field, there is no limit, but you start to get in to performance issues the more that is listed.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 11:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 12:26 PM
Hello,
This is only applicable to the "To" line. For Bcc, as you mentioned, I don't believe the same functionality works like that, hence the need to possibly break them out into chunks.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 04:07 PM
Hello.
The maximum number of recipients per email notification is 1000.
ServiceNow recommends that you can specify a maximum value of 1000 for the system property "glide.email.smtp.max_recipients".
Please refer to the following document for reference.
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/reference-pages/referenc...
System property: glide.email.smtp.max_recipients
Type: integer
Default value: 100
Upper limit is 1000.