This Java class defines methods for sending different types of emails from Apex including plain text, HTML, and attachments. It also includes methods for sending emails using email templates and mass emails. The methods set the necessary email fields like recipients, subject, body and attachments before calling the sendEmail method to deliver the messages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
113 views2 pages
Untitled
This Java class defines methods for sending different types of emails from Apex including plain text, HTML, and attachments. It also includes methods for sending emails using email templates and mass emails. The methods set the necessary email fields like recipients, subject, body and attachments before calling the sendEmail method to deliver the messages.