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
salesforcequestions123salesforcequestions123 

number of Emails per day

Hi All

 

Can I send more than 10000 emails per day in salesforce using apex.If not is there a way to do it.

Rahul_sgRahul_sg
TO internal users or external users?
Satish_SFDCSatish_SFDC
It depends.
If you are sending emails to internal users, there is no limit.
If you are sending single emails using the Salesforce User Interface instead of apex, there is no limit

Mass Email has a limit - 1000 Emails
These 1000 emails can be split into batches. The max number of emails in each batch is dependent on the Salesforce edition.

Check the link below:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm#email_limits_section

Hope this helps.
Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.

Regards,
Satish Kumar