This script covers everything........from database handling to writing cookie....

This shows how to make a cool mailing list.
For sake of simplicity I've placed all the files in the same directory.

Just upload the whole file intact to start  using this mailing list.
(Note that you have to change some value of the custom.asp)

All the configuration is stored in custom.asp
Just edit custom.asp to suit your need
===================
Sturcture of maildata.mdb is as follows :-

Category recordset contains
CatID
Category

Mail recordset contains
CatID
Email
DateTime

These two tables are joined with CatID

password.txt contains password for the mailing list.

If you plan to use this mailing list for yourself give me full credit to it.
 It took me nearly 5 days to make it so....be generous
=============================
The data in the maildata.mdb contains dummy data, which may be actual email address
Please delete it and use your own email address so that other people will not ________ your head off
=============================
Made by Arsalan Aslam
Webmaster of Code Master
http://www.coding1984.cjb.net

===============
Common Problem !!!!!!!!!
You will not be able to send an email unless you also supply your
email address, so in From text box YourName <YourDesiredEmail> must be entered
or otherwise all the mail will go to Badmail folder
===============


