/******************************************************************************
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 (one) DEFAULT ' 0 ' not NULL,
What varchar DEFAULT ' 0 ' not NULL,
Name varchar DEFAULT ' 0 ' not NULL,
Email varchar DEFAULT ' 0 ' not NULL,
Timestamp varchar (16),
KEY (What),
PRIMARY KEY (ID));
To fill this table for might create an insert form
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.