简体   繁体   中英

What happens after you reach the Salesforce daily Email limit?

In Salesforce you can set up various workflow processes or build API apps that send email. For most standard Salesforce orgs, there is a limit of 1000 emails per day. (eg see here )

I can't find any info on what happens after you reach the limit.

eg what sort of errors occur, and are administrators automatically notified?

It'll throw an exception (I can't remember the exact message). I've gotten these from time to time and I think they can't be caught. A quick way to check would be create an anonymous block with an isFuture method that sends 10 emails inside of a loop. Call this isFuture method inside of another loop (also 10x) and you'll send 100 emails without hitting governor limits.

Of course you'll have to run your code 11x to get the email exception. This is a pretty shite way to do it, but it's better than clicking a button 1000x.

Try MassMailer app which will let you override salesforce mass email limitations. It has API also if you want to send emails programmatically. More details at www.mansasys.com/massmailer

I would like to focus light on Salesforce limitations here. Edition Address Limit per Mass Email Professional 250 Enterprise Edition 500 Unlimited Edition 1,000

In order to make yourself Unlimited while sending the mass 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM