Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Minimize SMTP Recipient Quantity

The glide.email.smtp.max_recipients specifies the maximum number of recipients the instance can list in the To: line for a single email notification.

The glide.email.smtp.max_recipients system property specifies the maximum number of recipients the instance can list in the To: line for a single email notification. Notifications that would exceed this limit instead create duplicate email notifications addressed to a subset of the recipient list. Each email notification has the same maximum number of recipients.

Ensure that the property glide.email.smtp.max_recipients is set to 100 or less.

More information

AttributeDescription
Configuration nameglide.email.smtp.max_recipients
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeString
Recommended valueAn integer less than or equal to 100
Default value<none>
Fallback value100
CategoryBusiness Logic
Security risk- Severity score: 4.9 - CVSS rating: Medium - Security risk details: This can lead to resource exhaustion and potentially cause a Denial of Service \(DoS\) condition on the email subsystem or the instance itself. Limiting recipient counts is essential to prevent abuse and maintain system performance and availability.
Functional impactNone
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Business Logic