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
TheRealistTheRealist 

How to bypass the daily email limit?

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?
kevin lamkevin lam
I use workflow email alerts a lot because it has a higher daily limit - 15 per standard salesforce license with a maximum of 2,000,000.

However, if you want the emails to have more customisable contents, then you'll need to Visualforce email templates for those workflow email alerts.
Suraj GharatSuraj Gharat
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.
SalmanSalman
Hii TheRealist,

can you please check this app for avoiding  email limit in Salesforce
 
MassMailer lets you send unlimited emails from within Salesforce, no matter which edition you use. Built on the Salesforce platform, it has all the mass email features you’ll ever need.Build, send, and schedule professional-looking emails with a simple to use email Wizard within Salesforce – no HTML experience required.

You can try this app by installing from appexchange- MassMailer 

For Developer's Guide please click here-Developer's Guide

You can learn more details about the product on this website -Link