Skip to main content
Hi,

I would like to know is there any possible work around to bypass the daily email limit that is going to be exceeded because of a trigger fire which sends an email alert, like with the help of @future method or through trigger etc

You can send mass email to a maximum of 1,000 external email addresses per day per organization

"external email addresses" in the above statement, is that mean the internal users of the organization or the email addresses belonging to another Org

Salesforce has different types of emails Like (general emails,single emails and workflow emails etc) so among them which type of email's limitation can be bypassed by work around.

lastly, Email limitation is subjected to ,

The no of emails allowed to send a particular user or No of receipients that are allowed to reveive the emails?
3 respuestas
  1. 30 jul 2015, 09:50
    It seems the limit 1000 always applies when we use MassEmailMessage to send emails. However if you need to send more than 1000 emails, you may use Workflow or SingleEmailMessage. In case of SingleEmailMessage, you may need to use it multiple times to accommodate your mass email requirement. Moreover, here you have to use method setTargetObjectId(), not the method setToAddresses(), as the use of latter method gets counted for the daily limit of 1000 single emails.
0/9000