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
SF_GuhaSF_Guha 

Overcoming 500 a day limit - Is there any work around to send more than 500 emails per day?

Please provide a work around to overcome the salesforce limitation of 500 mass email limit in enterprise edition.

 

Note: Our project has a constrain - not to use any app exchange tool for this.

 

 

Best Answer chosen by SF_Guha
SF_GuhaSF_Guha
Thanks @vinita..... That seems to be a good option....   we worked on a POC in which we were able to leverage nearly 1000emails per User License using Apex Api call [singleEmailMessage] instance. Since we had nearly 5000 User License.... We had a big bandwidth to utilize upto 1Million hard limit for emails per day.  :)

All Answers

Vinita_SFDCVinita_SFDC

Hello Guha,

 

I would suggest you to log a case with salesforce.com support. Explain the business case and see if there is possibility of increasing this limit.

SF_GuhaSF_Guha
Thanks @vinita..... That seems to be a good option....   we worked on a POC in which we were able to leverage nearly 1000emails per User License using Apex Api call [singleEmailMessage] instance. Since we had nearly 5000 User License.... We had a big bandwidth to utilize upto 1Million hard limit for emails per day.  :)
This was selected as the best answer
bhaskar.arora1.3946152776548584E12bhaskar.arora1.3946152776548584E12
In order to make yourself Unlimited while sending or scheudling the mass emails or doing single emails to Contacts, Leads, sending emails to Campaign Members then you need to check an appexchange native app - Massmailer.This will let you bypass salesforce mass email limits and at the same time let you send simple marketing emails to Schedule one-off mass emails.

Check out the following link: MassMailer App Link on AppExchange
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA
IntegrationGuyIntegrationGuy

Hi SF_Guha,

Were you able to send 5000+ emails in a day every?