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
Mario AnesMario Anes 

messaging sendemail limit

Hi all,

This documentation (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_messaging.htm#apex_System_Messaging_sendEmail) of Messaging.sendEmail method says you can "send the list of up to 10 emails..."
I'm working on my sandbox and during my test, I can send way more than 10 emails in the list that i pass to the method.  I'm wondering if this limit is an old limit that doesn't apply anymore, or only applies on Production org?  Can anyone please help provide a link that explains why we can send more than 10 emails in the list?

Thank you
karthikeyan perumalkarthikeyan perumal
Hello, 

You can send 5000 Email per day from salesforce. here is document link for limitation in various ways. 

General Email Limits: 

https://help.salesforce.com/articleView?id=000312442&language=en_US&type=1&mode=1 (https://help.salesforce.com/articleView?id=000312442&language=en_US&type=1&mode=1)

Mass Email Limitation: 

https://help.salesforce.com/articleView?id=limitations_email_mass.htm&type=5 (https://help.salesforce.com/articleView?id=limitations_email_mass.htm&type=5)

Single Email daily limits: 

https://help.salesforce.com/articleView?language=en_US&type=1&mode=1&id=000323568 (https://help.salesforce.com/articleView?language=en_US&type=1&mode=1&id=000323568)

Hope this will helps you. 

Thanks
karthik
 
Mario AnesMario Anes
Thanks Karthikeyan.  I'm already familiar with the general email, mass email, and single email daily limit.  What I'm looking for is documentation for knowing how many emails can I have in the list using the Messaging.sendEmail method.  The documentation here (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_messaging.htm#apex_System_Messaging_sendEmail) says I can only send 10 in the list, however, during my test, I can send hundreds.  I'm looking for documentation on Messaging.sendEmail method that can explain why we can send more than 10, while the official documentation says you can only send 10.