Salesforce enforces daily sending limits on emails sent through the SingleEmailMessage API, Apex triggers, and Apex classes. These limits apply per org per day and govern how many email recipients can receive system-generated emails from your Salesforce org. This article answers frequently asked questions about these limits, how to check your org's remaining email capacity, and what happens when the limit is reached or reserved programmatically.
The Salesforce SingleEmailMessage API limits your org to 5,000 email recipients per day (limit name: "Maximum SingleEmailMessage recipients per day"). This limit applies to emails sent from Apex triggers, Apex classes, and direct API calls using SingleEmailMessage. Free and Trial orgs have reduced limits.
The SingleEmailMessage limit is available via the REST API. See the article Checking the SingleEmailMessage limit for step-by-step instructions to view the remaining limit for your organization.
The reserveSingleEmailCapacity() Apex method attempts to reserve email sending capacity before an email is sent. If the daily limit is already reached, calling this method raises a System exception. Because this is a System exception — not a catchable DML exception — it is not possible to catch it in a try/catch block and still save the record. The record save will be prevented.
000384947

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.