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
Kim Lebicz 2Kim Lebicz 2 

add a "view in browser" link to a visualforce email template

I have an visualforce email template that shows some data from a case and then some fields from all related records of a specific custom object. It works beautifully but can be challenging to view on a phone. I was wondering if I could add a link that would allow them to view the email in a browser window. Not the records themselves in SF but the actual visualforce email.
VinayVinay (Salesforce Developers) 
Hi Kim,

Have you tried below?
 
<a href="Your URL" target="_blank">Text</a>

Thanks,
Vinay Kumar
Selim MahjoubSelim Mahjoub
I have the same need,  Did you find the solution please? 
Smith jonnSmith jonn
Can you share more about it, What is the error you are faing then i'll be able to share views on it.
You can Visit: https://skateboardslife.com/best-skateboards-for-beginners/ for more information related this
jihane anibou 9jihane anibou 9
Hi, I'm also having this issue. Someone knows how to do it ?