Bulk Mailing
[ Bulk Mailing Demo ]

  Description
Very simple, but powerful unlimited bulk mailing. Supports multiple 
lists and messages. Uses your server mail program, so no SMTP service 
needed. Sends thousands messages in a minute. 

  Files
index.html      - this file;
demo.html       - demo file, to select list and message to be sent;
bulk.cgi        - the script;
list01.txt      - sample list file;
message01.txt   - sample message file 

  Instalation
Open 'bulk.cgi' and change the following:
$SENDMAIL  - to your server mail program, usually '/usr/lib/sendmail';
$basedir   - server path to the directory where you keep list and
             message files 

  Permissions
bulk.cgi      - 755
list*.txt     - 777
message*.txt  - 777 

  How to use
Open 'demo.html' and change form action to point to your script
location. Follow the instructions inside to add more lists and/or messages.
Create simple text files for your lists and messages and put them into the 
directory, defined as $basedir.