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
Extentor SupportExtentor Support 

SendEmail failed. First exception on row 0; first error: SINGLE_EMAIL_LIMIT_EXCEEDED, Failed to send email

Suddenly getting this error from no where. All classes which are involved in sending email are failing. Please suggest.
Best Answer chosen by Extentor Support
Ravikant Saini 1Ravikant Saini 1
Hi Extentor,
                    limit for send email is 1000 emails/day and you can send 10 emails in a single transaction.

All Answers

kevin lamkevin lam
There is a limit on the number of emails that you send from salesforce, the actual number depends on your edition of salesforce.
Extentor SupportExtentor Support
But I am able to send email through workflow and through send email button. This limit is only with single email?
Ravikant Saini 1Ravikant Saini 1
Hi Extentor,
                    limit for send email is 1000 emails/day and you can send 10 emails in a single transaction.
This was selected as the best answer
Extentor SupportExtentor Support
Thanks Ravikant.
Extentor SupportExtentor Support
Hi Ravikant,

This limit does'nt count on test classes right