// subject of the email sent to you
$subject = "Online-Form Response for $recipientname";
// send an autoresponse to the user?
$autoresponse = "yes";
// subject of autoresponse
$autosubject = "Thank you for your mail!";
// autoresponse message
$automessage = "This is an auto response to let you know that we've successfully received your email sent through our email form. Thanks! We'll get back to you shortly.";
// thankyou displayed after the user clicks "submit"
$thanks = "Thank you for contacting us.
We will get back to you as soon as possible.
";
// END OF NECESSARY MODIFICATIONS
?>

![]()
![]()
Have an idea to improve
our Web Site?
We want our site to be
easy to navigate and fast to download because we appreciate your business.
When you come to LENCO for answers, we want you to be satisfied.
|
";
}
}
// check email address
if ((!ereg(".+\@.+\..+", $Email)) || (!ereg("^[a-zA-Z0-9_@.-]+$", $Email))){
$error .= "Invalid email address ";} // display errors if($error) { ?> Error try again "); if($autoresponse == "yes") { $autosubject = stripslashes($autosubject); $automessage = stripslashes($automessage); mail($Email,"$autosubject","$automessage","From: $recipientname <$recipientemail>"); } echo "$thanks"; } } else { ?>
| ||||||||||||||||||||||||||
| Mailform Copyright © 2002 Kali's Web Shoppe. | ||||||||||||||||||||||||||
|