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
Mit PatelMit Patel 

Sending Mass Email

Hiii All,

   

   I am using Client Enterprice edition. i need to send minimum 10.000 and more mail in par day. 

 

i am trying to use mass email service.

 

public void sendmail(){

 

    Messaging.MassEmailMessage mail = new Messaging.MassEmailMessage();
    mail.setTargetObjectIds(contactList);  here contact list size is 100.
    mail.setTemplateID('XXXXXXXXXXXXXXX');
    Messaging.sendEmail(new Messaging.MassEmailMessage[] {mail});

}

 

when i call this method that time 100 mail is seding.  so mass email is counting 100 send mail or 1.

 

Best Answer chosen by Admin (Salesforce Developers) 
Vinit_KumarVinit_Kumar

Mit,

 

You should a log a case with support,they can help you with it.They might increase this limit for you.

All Answers

Vinit_KumarVinit_Kumar

Mass email would consider 100 emails here.

Mit PatelMit Patel
Thanks Vinit

Mass email consider 100 emails. means i call this sendmail method only 10 time (10*100) 1000 right???
Vinit_KumarVinit_Kumar
Yes, You are right..
Mit PatelMit Patel
thanks to reply.
final question , i am using client side enterprise edition. and i need to send par day more then 1000 mail so what can i do????
Vinit_KumarVinit_Kumar

Mit,

 

You should a log a case with support,they can help you with it.They might increase this limit for you.

This was selected as the best answer
jaya sai prasadjaya sai prasad
Hi,

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.
•    Send unlimited emails no matter how large your email list isNative Salesforce integration for a seamless experience.
•    Beautiful email templates complete with HTML and text versions.
•    Simple email creation wizard for point-and-click ease.
•    Detailed metrics,monitoring & tracking so you’re always in the know.
•    Email verification & deliverability tools to make sure your emails reach your prospects.

Here is the link for appexchange listing for the massmailer app.
 
Learn more about MassMailer here massmailer.io