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
Shubham Bansal 45Shubham Bansal 45 

can we call lightning or lwc custom component in visual force email template?

can we call lightning or lwc custom component in visual force email template? 

If yes give me an example that will be very helpful.

 
VinayVinay (Salesforce Developers) 
I believe you cannot call lightning component in vf template rather you can use apex controller and use vf template.

Review below examples that can help you.

https://salesforcecodex.com/2019/05/send-email-using-email-template-and-apex/
https://sfdcmonkey.com/2017/01/03/send-email-lightning-component/

Thanks,