SOLVED

Re: "Include View as Web Page" option - set as default?

Go to solution
Anonymous
Not applicable

"Include View as Web Page" option - set as default?

 Can you set the "Include View as Web Page" as checked on emails so that it is the default setting?
 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: "Include View as Web Page" option - set as default?

Here's a screenshot of what you need to add to your email template (of course, you can change the text):

0EM50000000SI3N.jpg

<center><p><font face="Verdana" size="1">To view as a web page, click <a href="{{system.viewAsWebpageLink}}">here</a><br/></font></p></center>
 
<center><p><font face="Verdana" size="1">If you no longer wish to receive these emails, click on the following link: <a href="{{system.unsubscribeLink}}">Unsubscribe</a><br/></font></p></center>

View solution in original post

4 REPLIES 4
Edward_Masson
Level 10

Re: "Include View as Web Page" option - set as default?

You can add the system token of 'View as webpage' on your email templates and lock it in.
Anonymous
Not applicable

Re: "Include View as Web Page" option - set as default?

FYI, in case you didn't already find it, here's a help article describing how to use that system token.
Anonymous
Not applicable

Re: "Include View as Web Page" option - set as default?

Thank you both for your responses. I want to add this feature, View as a Webpage, to our templates which I am realizing can only be edited within the html code. Is this correct and if so, how do I add a token with html code?
Anonymous
Not applicable

Re: "Include View as Web Page" option - set as default?

Here's a screenshot of what you need to add to your email template (of course, you can change the text):

0EM50000000SI3N.jpg

<center><p><font face="Verdana" size="1">To view as a web page, click <a href="{{system.viewAsWebpageLink}}">here</a><br/></font></p></center>
 
<center><p><font face="Verdana" size="1">If you no longer wish to receive these emails, click on the following link: <a href="{{system.unsubscribeLink}}">Unsubscribe</a><br/></font></p></center>