function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MDXHikerMDXHiker 

MASS_MAIL_LIMIT_EXCEEDED error

I have some apex triggers and classes which involve sending mails outside salesforce.

I have been getting this error today - this is existing code.

 

I do see that salesforce doc has this

 

All mass email and single email messages sent with this call count against the daily mass mail limit of the sending organization. When the daily mass mail limit for the organization is reached, all sendEmail() calls through the API are rejected, and the user receives a MASS_MAIL_LIMIT_EXCEEDED error code. However, single email messages sent through the application are still allowed.

 

How do I get around this?

 

Any clues ? Thanks

Message Edited by MDXHiker on 10-21-2009 10:38 AM
JorgeLCaceresJorgeLCaceres
Are you including multiple recipients per email? I believe the limit is for email send execution but you can have 10 email recipients per email send.