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
Firas Taamallah 12Firas Taamallah 12 

How can i send record details via mail using Apex ?

Hi Devs ,

I want to send custom object details via mail like below ; 

Data should be receivedI don't need to create VF page as i won't send it as page , i want to send records in tableview as shown in screenshot

Does anyone have an idea?

Thanks,
Firas
VinayVinay (Salesforce Developers) 
Hi Firas,

Try using Email template and trigger a mail to user's or queues.

References and example:
https://help.salesforce.com/articleView?id=admin_emailtemplates.htm&type=5
https://salesforcecodex.com/2019/05/send-email-using-email-template-and-apex/

Thanks,
Vinay Kumar