Changing email title without using Replace HTML feature | Community
Skip to main content
June 17, 2015
Question

Changing email title without using Replace HTML feature

  • June 17, 2015
  • 1 reply
  • 1392 views

I am trying to create a token at the Program level that will pull the email subject line or headline in as the title of the email, which is visible when clicking on the link "View this email as a Web page" in the web browser's tab. I am trying to avoid detaching the emails from the email template by having to use the Replace HTML feature to create a title. Any suggestions for how I can do this? So far, I am not having any luck.

Thank you,

Laura

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
June 18, 2015

Your template should have the token embedded in the first place:

{{my.Email Title Token}} or {{my.Subject Line}}

then you can put that in the program.

June 18, 2015

Okay, I just tried this, but still not seeing the subject line in the View as Webpage tab.