//////////////////////////////////////////////////// // maillist - Simple PHP email list // // Used to maintain a simple mailing list. // Utilizes PHPmailer and stores the list in a CSV // file, so no database is required. Also provides // callback capability for smooth integration // // Copyright (C) 2005 Jason York // http://www.yorkspace.com // // License: LGPL, see LICENSE //////////////////////////////////////////////////// Installation is easy. 1. Put the files where you want on your site. Just keep them all together. 2. Edit the maillist-settings.inc.php file 3. If you want to use the "callback" feature, add the following form to the page where you want users to subscribe:
4. Secure the necessary files using .htaccess A sample is provided with this package. Rename the "htaccess.txt" to ".htaccess" and modify as necessary. Rename "htpasswd.txt" to ".htpasswd" and CHANGE THE PASSWORD. the default is "password" Not too secure, huh? You can generate another password using a generator like this: http://www.kxs.net/support/htaccess_pw.html If you change the name of your list file from the default "list.csv" you will need to update your .htaccess file also. More information on how to do this can be found here: http://www.google.com/search?hl=en&q=htaccess+password+protect&btnG=Google+Search