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
mahesh vasamsettymahesh vasamsetty 

How to Increase mass/single email limit?

Hi,

We have 5000 above customers in my org and i have wrote apex batch class for sending email notification by using SingleEmailMessage to each customer per day.

is it possible to send emails to all customers?

if not,Please tell me how to increase limition of emails per day.


Thank you
PratikPratik (Salesforce Developers) 
Hi Mahesh,

There is limitation as per edition to send mass email.
https://help.salesforce.com/HTViewHelpDoc?id=limits_email_mass.htm

If you want to increase, you can contact Salesforce support or raise a case.

Thanks,
Pratik
Venu EVenu E
Hi Mahesh,

If you have more than 1000 contacts as external addresses you will need to use a separate app

MassMailer is an easy to use Salesforce native app to send Marketing or Prospecting Emails via the Mass Email Wizard or Campaign.

For this, you might need to visit and play with this app -

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA

For more details please click here https://goo.gl/e0RtSm

Regards
Venu E