Software > Webpage Emailer

Webpage Emailer - Download

Overview

This script, written in PHP and MySQL, emails the contents of a webpage to a list of people. You just add your list of people through the UI, enter a URL, click "Send" and it does the rest.

Features

The script offers the following features:

  • installation script for setting up DB and configuration file
  • password protection
  • basic controls for managing the mailing list
  • test email option to send yourself the page to see how it looks first
  • option to specify a subject heading
  • automatic conversion of relative to absolute URLs to prevent broken images and links

It's an odd little script, actually. I guess the biggest problem is that any stylesheet info will be invariably stripped out by email clients. This is unavoidable, unfortunately.

Still, please let me know if it comes in useful, or if you have some feature suggestions / bug reports.