Property reference

glide.email.smtp.max_recipients_overall

The glide.email.smtp.max_recipients_overall property sets the maximum number of email recipients allowed for outgoing emails. Administrators should review this setting to ensure it aligns with their organization's email sending policies and limits.

Default: 100000 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines the overall limit on the number of recipients for emails sent through the SMTP server, impacting bulk email operations.
What area does it affect? Email configuration
What does the default mean? The default value is "100000", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when adjusting email sending limits or optimizing bulk email processes.

Out of the box property record

Raw metadata from the property record.

Property name glide.email.smtp.max_recipients_overall
Sys ID 038437057713011007737e567a5a99b4
Type integer
Application Global
Default value 100000
Description
Updated 2024-05-25 03:38:52

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... through each new SMTP connection. If there are more emails to send than the specified value, the instance establishes a new SMTP connection. • Type: integer • Default value: 100 glide.email.smtp.max_recipients_overall Specifies the overall maximum number of recipients an email can be sent to. Specifies the maximum number of recipients the instance can list in the To:, CC:, BCC: lines for ...