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
RobotiRoboti 

Developer edition email limit

Hi,

 

When I try to send a common email to all my contacts in Developer edition, I can only send up to 10 contacts in a day. How is it possible to send a common mail to 100 contacts in same day?

Ashish_SFDCAshish_SFDC

Hi Roboti, 

 

Yes there is a limit of 10/day to use single email method to send emails. But you can use it to send more then 10 email/day for that you need to attachemed more then person email id and then use send email method of single email class to send email in bulk.

 

The limit is to use sendEmail method 10 times in a day not to send only 10 email/day. To send more then 10 email you need to create a logic which send email to more then one person by using single call of sendEmail  method by adding email it to setToAddresses[] method, setCcAddresses[] ,etc .

 

http://na1.salesforce.com/help/pdfs/en/salesforce_app_limits_cheatsheet.pdf

 

Regards,

Ashish

 

RobotiRoboti

Hi Ashish,

 

Thanks for your quick reply!

 

I think you are talking about using some coding. I have no exposure to that. I was thinking about a solution using point and click.

 

I am going through the document. I will come back with more questions about the logic.

 

Ashish_SFDCAshish_SFDC
Hi Roboti, 


We can get some sample code if needed. 

Let us know if you have any further questions regarding the same. 


Regards,
Ashish
Ian Taite 10Ian Taite 10
The limit of 10 make developing and testing email functionality virtually unusable. I am developing functionality which sends an email when a custom object is saved. I can see a need to send maybe 100 test emails per day to my own email address. Are you saying I have to setup multiple email addresses to do this?, e.g. ian1@ian.com ian2@ian.com ian3@email.com? You've got to be kidding right?
SalmanSalman
Hii Roboti,

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