You need to sign in to do that
Don't have an account?

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.
Mit,
You should a log a case with support,they can help you with it.They might increase this limit for you.
All Answers
Mass email would consider 100 emails here.
Mass email consider 100 emails. means i call this sendmail method only 10 time (10*100) 1000 right???
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????
Mit,
You should a log a case with support,they can help you with it.They might increase this limit for you.
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