Page 1 of 1
View as Web Page
Posted: Thu Jul 24, 2008 11:05 pm
by cabal95
Is there currently a way with OpenEMM to view a mailing as a web page that the user can go to? For example, a "If you are having trouble viewing this newsletter click here" item that takes you to the website for viewing the newsletter in a regular web browser.
Posted: Fri Jul 25, 2008 4:05 am
by lucianosb
I did this in my mailing by inserting a <a> tag in the top of all, as below:
That was just an example. Replace the "newsletter" folder for the one which suits you better. And put the proper name of the file (Html, Jpg) which refers to the newsletter.
Posted: Fri Jul 25, 2008 4:16 pm
by cabal95
I assume this requires you to build the newsletter as a separate HTML as well. While I might have to do that, what I am looking for is an automated way to do it. Kind of like:
<a href="
http://www.domain.com/view.do?mi=8">click here</a> so that the person who builds the newsletter doesn't have to do anything other than update the "click here" link (or preferably have a way for the page to automatically pick the newest newsletter).
Posted: Sat Jul 26, 2008 4:20 pm
by maschoff
Also, please see user manual, page 100 ("fullview" feature).
Posted: Mon Jul 28, 2008 7:06 pm
by cabal95
ma wrote:Also, please see user manual, page 100 ("fullview" feature).
Thanks, that looks like it is it. I saw that when I was skimming through the TOC but the title "Fullview: Always display HTML mails correctly" didn't sound like a "view as web page" thing so I skipped it and my PDF search didn't come up with anything.