/****************************************************************************** Description: This is a simple script to send emails via a html-form to different users Date : 1999-02-25 Author : amalesh kempf <amalesh@goatrance.de>
Create this table The field "what" is for different categories
CREATE TABLE email_notify ( ID int(11) DEFAULT '0' NOT NULL, What varchar(60) DEFAULT '0' NOT NULL, Name varchar(60) DEFAULT '0' NOT NULL, Email varchar(60) DEFAULT '0' NOT NULL, timestamp varchar(16), KEY (What), PRIMARY KEY (ID));
To fill this table you might create an insert form