View email on web
Can we code different content for view email on web.
Can we code different content for view email on web.
Hi @rasiksj0311 ,
Yes, you can configure a different content for the View email in web Browser also. For that you need to create a landing page for the Content which you want to configure for "View in Browser" and then use it in the Mirror Page Url Code as shown below, instead of using the OOTB Personalization Block for Mirror Page.
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
<font style="font-family: Verdana, Arial; font-size: 10px">
If you are unable to view this message correctly,
<a href="https://{instance Url to Connect}/webApp/{InternalName}" _label="Mirror Page" _type="mirrorPage">click here</a>
</font>
</p><% } %>
Also, Please find the reference link on how to create the Landing Pages.
Regards,
Pravallika.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.