ClubMailerPHP
(A free script from MRE Software)

 


THE PROBLEM
------------
I needed a simple program to automatically send an email reminder to members of our Amateur Radio club every month. The club meets on the third Thursday of every month and I wanted to send email (or two) to all members a few days before each meeting. This is a simple chore which is easily forgotten...

I downloaded and tested several mail managers looking for a solution to my problem. What I found were a bunch of nice, bloated, programs that did a load of crap that I cared nothing about but still would not send an automatic email with the timing parameters I needed. Then I ran across OpenNewsletter-1.1. This was a sleek, small, simple little mailer with a basic web interface. It was perfect except for one thing, it still would not do an automatic timed email. The thing is, I liked it so much I decided to write an add-on for it to do my specific job.

ClubMailerPHP is my solution to this problem.  It is written in PHP and designed to run as a web based chron (cron) job.  It can be used with OpenNewsletter-1.1 or as a standalone script.  I decided to release it as a GNU - General Public License open source application and place it on SourceForge.net

====================================================================
Copyright (C) 2006 Emery Wooten - mre@mresoftware.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
====================================================================

ClubMailerPHP can be downloaded from:  http://sourceforge.net/projects/clubmailerphp/

OpenNewsletter-1.1 is also available at SourceForge: http://sourceforge.net/projects/opennewsletter/
 

MRE Software Home Page