View as Web Page

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

cabal95
Posts: 3
Joined: Thu Jul 24, 2008 11:02 pm

View as Web Page

Post 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.
lucianosb
Posts: 4
Joined: Wed Jul 23, 2008 12:25 pm
Location: Belém - Brazil

Post by lucianosb »

I did this in my mailing by inserting a <a> tag in the top of all, as below:
In case you are not viewing this message, <a href="http://www.yourdomain.com/newsletter/na ... tml">click here</a>
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.
cabal95
Posts: 3
Joined: Thu Jul 24, 2008 11:02 pm

Post by cabal95 »

lucianosb wrote:I did this in my mailing by inserting a <a> tag in the top of all, as below:

In case you are not viewing this message, <a href="http://www.yourdomain.com/newsletter/na ... tml">click here</a>
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).
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Also, please see user manual, page 100 ("fullview" feature).
OpenEMM Maintainer
cabal95
Posts: 3
Joined: Thu Jul 24, 2008 11:02 pm

Post 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.
Post Reply