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
Tushar SethTushar Seth 

How many recipient are allowed in an email???

I am sending emails through Apex. In Unlimited edition can I do the following -

 

Send 1000 emails in a day - in each mail I will send email to 250 people. So essentially the total number of people to whom I can send email is 250,000. Is that correct?

 

Thanks in advance :)



Shashikant SharmaShashikant Sharma

setToAddresses :  The maximum number of email addresses allowed is 100

 

setCcAddresses : The maximum allowed is 25. 

 

setBccAddresses :  The maximum allowed is 25. 

 

 

See this for more : http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_single.htm

Tushar SethTushar Seth

Thanks for your reply Shashikant

 

just a follow up to my question

 

If I want to send single email in unlimited Edition  then I can send 100 x 1000 that means 100000 in a day m i correct???

 

Thanks

Tushar Seth

Shashikant SharmaShashikant Sharma

No you can not send more than 1000 in a Day.

If you will send 100 in one time then you can only send  it 10 times. 

 

1000 is the limit for the day means you can send 1000 mails may be 

 

100 x 10

 

or

 

1000 separate.

 

Its the aggregate total for the day which we count agaist the 1000  limit for the day.

Tushar SethTushar Seth

No Shashikant

What I mean is that If I want to send

1 Email to 100 toAddresses Email that means

the same email can be sends to 100(emailid)  x 1000(unlimited limit) = 100000 people per day

Shashikant SharmaShashikant Sharma

Ok I got your question now

 

You can not sent more than 1000 emails to external email addresses in a day.

So if you are going to add 100 address in a single Email then you can only send 10 such.

  • Mass email messages sent with the sendEmail method count against the sending organization's daily mass email limit. When this limit is reached, calls to the sendEmail method using MassEmailMessage are rejected, and the user receives a MASS_MAIL_LIMIT_EXCEEDED error code
Tushar SethTushar Seth

Thanks ShahiKant :)

 

One more thing I want to know is there any other alternative option through which I can send emails to more than

1000 users in a day.

What approach shall I move... Please assist me ASAP ???

 

Thanks,

Tushar

Shashikant SharmaShashikant Sharma

There is no alternative approach by which you can send more than 1000 emails per day. Only thing is that you can talk to salesforce admins and ask them to increase your daily email limit.