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
ARCHIT PathakARCHIT Pathak 

Unable to render visualforce email template preview in email editor lightning component.

I've got a visualforce email template designed to access child records 2-3 level down using custom vf components. I'm trying to access the template and preview it in a separate lightning component used to edit the email before sending the mail. 

Issue: The preview of the template is not visible(I know the vf email template code is stored in markup and not htmlbody). Is it possible somehow to show the preview?

Query: Is there any alternative to achieve the same thing so that the customer can see the email, edit it and then send it.