/****************************************************************************** description: this is a simple script to send emails via a html-form to different users date : 1999-02-25 author : amalesh kempf <[email protected]>
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