Description
Email Reminders is a combination of scripts - a set of PHP scripts,
and a cron script (either Perl or PHP) - that will send an email with the
specified subject and body to your specified email address at the specified
date and time. It uses the PEAR::DB library for data abstraction and can
use any database supported by
Pear::DB.
Download
Download: emrem-0.6.1.tar.gz (21 k)
Changes in v0.6.1 (April 29, 2003)
- Updated form submission to get input values from $_POST, which requires PHP version 4.1.0 or greater.
- Fixed bugs in emrem-cron.pl which caused reminders to not be deleted. (Thanks to Daniel Drucker)
- Package now includes cron-emrem.php, for the command line interpreter version of PHP which is included by default in PHP version 4.3.0 or greater.
Requirements
If you use the Perl version of the cron e-mailer:
- Perl
- the DBI perl module
- the Date::Calc module
- A PHP Command Line Interpreter - included by default with PHP 4.3.0 or greater.