/*************************************************************************** PHP Multiple Newsletters ---------------------------------------------------------- Copyright : (C) 2001 Triangle Solutions Ltd Email : webmaster@triangle-solutions.com Author : Ian Warner Date : 05/01/2002 Version : 1.00 Beta ***************************************************************************/ Description ----------------------------------- Triangle Solutions Ltd, has created a set of scripts which allows you to create a newsletter subscription page. You will be able to create multiple newsletters on the page, thus offering users a choice of information. The newsletters and members are fully editable, plus you can choose which newsletter to send to and it will pick out all the joins from that newsletter only and send the HTML email to them. Users will be able to unregister from the services themselves - so there is little maintenance with the script. Features ----------------------------------- + Create multiple newsletters through the one script. + Users can unregister themselves through unregister.php. + Admin facility allows you to edit, delete and list the members of each newsletter. + Send to one of your newsletters knowing that only members signed up for that will recieve it. + The email sent out is a HTML email. + Instant delete of bad email addresses simply click, go back and delete another bad one. Requirements ----------------------------------- + PHP - tested on PHP4. + Will run on Linux or Windows. + MySQL database. Todo list ----------------------------------- + Make the user choose to recieve either an HTML email or plain text email. + Make the pages easier for the user to customise - add themes. + Create a self installer page - which will install the tables to the users MySQL. + Make the pages work with other databases. + Create a self checker when the user puts in the email to check email is valid. + Create more ways to unsubscribe - through a direct link or through a remove@yourdomain.com email. + Add more language options. + Add a message archive - and increment a Vol number each time a newsletter ie sent. + Allow all text on the pages to be customised easily for the user. + Create the script so it can run with different file extensions - which are user defined.