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
Code DevelopmentCode Development 

Mass Email sending

i need to send mass email to list of  emails.

 

 My requirment is look like this

 

i have one custome object (i.e Training__c).in this object having fields Name,Email,Phone.

i want to send email to all records.

 

Can any one help me.................................

mnknmnkn

Because I don't know the langage you are developing in, I can only give a general hint.

First I would retrieve all records with an SOQL statement.

After that I would iterate over all items in the resulted list and build the e-mail object with the e-mail adress of the current object.

At last send the email with your text.

 

Please provide me more detail about the whole process and your language, if this is not solving your problem.

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