## MOD Title: View HTML E-mail in Browser
## MOD Author: xannonite
## MOD Description: This mod allows you to create a 'view in browser'
## link for HTML emails using a [VIEWMESSAGEURL] tag.
## MOD Version: 1.2.3
##
## Installation Level: Moderate
## Installation Time: 10 Minutes
## Files To Edit: connect.php, sendemaillib.php, structure.php
## Included Files: vm.php, messageview.sql
##############################################################
## Author Notes: Use the .sql file to create the necessary
## database table for an existing installation
##############################################################
## Before Installing This MOD, You Should Back Up All Related Files
##############################################################
## History:
## 1.0 - 20090112 - Initial release.
## 1.2 - 20090112 - Modified to save emails using both messageid
## and uniqid so that personalization is maintained.
## 1.2.1 - 20090113 - Added timestamp column to database table,
## added separate .sql file for UTF-8 for convenience.
## 1.2.2 - 20100711
## - Checks for and updates existing message
## before attempting to insert a new one.
## - Modified vm.php to retrieve the most recent version
## of a message.
## - Added instructions for modifying .htaccess.
## 1.2.3 - 20111026
## - Added a check to make sure forwarded messages aren't
## saved to the database.
##############################################################
This mod will cause phplist to save a copy of all sent HTML e-mail messages to a table in the database. You can then add a link to view a message in the user's browser like so:
- Code: Select all
<a href="[VIEWMESSAGEURL]">Click here to view the message in your browser</a>
The link will pass the message ID and the user's unique ID to vm.php, which will in turn display the message stored in the database.
##############################################################
Download v1.2.3
Download v1.2.2
Download v1.2.1
Download v1.2
Download v1.0
##############################################################