|
|
|
||||||||
![]() |
![]() |
|
|||||||
![]() |
|
|
|||||||
|
|
|
|
|
|
|
||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|||||||||
|
|
|||||||||
|
|
|
||||||||
|
|
|
|
|
|
|
|
|
|
|

Earle Street Baptist Church |
Family Life Center: 864-298-0012 |
| Dr. James G. Wooten 233-5332 ext.103 Pastor email: jim@earlest.org Dr. Stephen Clyborne 233-5332 ext.104 Associate Pastor email: stephen@earlest.org Mrs. Janice Hinnant 233-5332 Minister of Music email: janice@earlest.org |
Miss Lucy Doolittle Mrs. Joyce Johnson |
";
}
}
// check email address
if ((!ereg(".+\@.+\..+", $Email)) || (!ereg("^[a-zA-Z0-9_@.-]+$", $Email))){
$error .= "Invalid email address
";}
// display errors
if($error) {
?>
Error --> try again
",$toemail,"$subject","$message","From: $Name <$Email>");
$hurrah = mail($toemail,"$subject","$message","From: $Name <$Email>");
if($hurrah) {
if($autoresponse == "yes") {
$autosubject = stripslashes($autosubject);
$automessage = stripslashes($automessage);
mail($Email,"$autosubject","$automessage","From: $recipientname <$recipientemail>");
}
echo "$thanks";
}
}
}
else {
?>