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
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.
Okay, I just tried this, but still not seeing the subject line in the View as Webpage tab.