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
srinu jsrinu j 

What is difference between ...

What is the difference between single email message and mass email message in your own words smply?
Amit Chaudhary 8Amit Chaudhary 8
Please check below post . I hope that will help u
http://developer.force.com/cookbook/recipe/creating-email-templates-and-automatically-sending-emails
Single email:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_sendemail.htm
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_forcecom_email_outbound.htm

Mass email: 
https://help.salesforce.com/HTViewHelpDoc?id=email_mass.htm&language=en_US
https://help.salesforce.com/apex/HTViewHelpDoc?id=email_mass_notes.htm&language=en

Please check below post for more detail:-
https://developer.salesforce.com/page/An_Introduction_To_Email_Services_on_Force.com
 User-added image

SingleEmailMessage
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_single.htm

MassEmailMessage:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_mass.htm


Please let us know if this will help you

Thanks
AMit Chaudhary