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
CRM JediCRM Jedi 

Daily Email Limit and @future

Hi,

My understanding is that an org can only send 1000 emails per day.

 

If we have a @future method that execute the sendEmail() method:

 

 

@future public void sendEmailInFuture(){ Messaging.sendEmail(); }

 

And we call this method from other classes. When it reaches the limit, would the remaining messages be sent the next day when the limit is reset?

 

Thanks.

 

 

ErikOSnet0ErikOSnet0
Not only does batching/future not work around the daily limit, you also cannot dynamically create PDF email attachments with Visualforce because a user context is needed for HTTP to work.  The result is a corrupt PDF. 
SalmanSalman
Hii CRM Jedi ,

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