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
pujapuja 

Mass email send

Hi,

I have a requirement . I want to send mail to 50k contacts through batch .

Please help me ..Can I do this....

Please suggest me some needful....

Please please help......

 

 

Thanks

Jerun JoseJerun Jose
Refer to the link below for getting started with Batch apex.
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_batch_interface.htm

In the start method you will have to put in the query to get the 50k contacts. The execute method will have the logic in it to send emails. Considering the volume of emails that you are trying to send, you might be better off doing an update on the contact records which will then trigger an workflow email alert.
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