Loading

Proactive Alert Monitoring: Daily Single Email Limits

게시 일자: Sep 1, 2023
상세 설명

Using the API or Apex, you can send single emails to a maximum of 5,000 external email addresses per day based on Greenwich Mean Time (GMT). Once the limit has been reached, all subsequent emails will fail to send. The emails that failed whilst the limit was hit must be re-sent after the limit is refreshed at midnight GMT the following day.

The Signature Success plan’s Proactive Monitoring product will monitor for, and alert you to, high consumption against this limit. This article outlines some scenarios to help you investigate should you receive an alert. In addition, on the Salesforce Help site Designated contacts and above can see your realtime metrics, alerts & more.

If you receive the following error message(s), your organization may experience performance issues and possible service disruptions.

Full error message text:

  • Apex/API Log Entry - SINGLE_EMAIL_LIMIT_EXCEEDED
  • Salesforce Interface - The daily limit for the org would be exceeded by this request.


Note: The Salesforce core infrastructure is set up to facilitate inter-office communication among employees and is not intended for marketing purposes.
 

Causes

Below are some possible scenarios that may result in this limit being hit:

  • Poorly coded Apex batch submissions
  • Poor API call setup and execution
  • Exceeding external email recipient or transaction limits
  • Duplicated external recipients (any outbound field)
  • Attachments exceeding established size limitations


 

솔루션


Here are a few suggestions and resources that may help to resolve this error.
 

Poorly coded apex batch submissions

  • When you email internal users, specifying the user's ID in 'setTargetObjectid' will not count towards the daily send limit.
 

Poor API call setup and execution

  • Disable trigger execution during large inbound and outbound data loads. Uploading large volumes of data can cause automated email sends to trigger and can result with your limit being exhausted quickly.
 

Exceeding external email recipient or transaction limits

  • Depending on your qualified Salesforce organization edition, specific governor limits are in place for number of contacts per email and number of emails per day. When you exceed either of these limits, you will encounter one of the aforementioned errors and be unable to continue with your email sends.
 

Duplicated external recipients (any outbound field)

  • Every email address in each individual outbound field (TO: CC: BCC:) will count towards your daily limit. Duplicate email addresses will count towards your daily limit.
 

Attachments exceeding established size limitations

  • Salesforce has a restriction to 25MB for all incoming and outgoing emails. For attachments that contain binary code only, please refer to Create a Batch with Binary Attachments for further guidance.
 

Additional resources

 

AppExchange resources

 

Help and Developer resources

Knowledge 기사 번호

000382440

 
로드 중
Salesforce Help | Article