";
//start building the mail string
$msg = "Name: $_POST[name]\n";
$msg .= "E-Mail: $_POST[email]\n";
$msg .= "Found: $_POST[through]\n";
$msg .= "Phone: $_POST[phone]\n";
$msg .= "Message: $_POST[message]\n";
//set up mail
$recipient = "jackie@tjphotoarts.com";
$subject = "TJPhotoArts Feedback form results";
$mailheaders = "From: TJPhotoArts Website \n";
$mailheaders .= "Reply-To: $_POST[email]";
//send the mail
mail($recipient, $subject, $msg, $mailheaders);
}
?>
AllWebCo Photographer and Artist Website Template
if (!empty($feedback){
=$feedback
}else{?>CONTACT JACKIE
} ?>
If you have any questions or comments regarding my work, you can contact me by calling or e-mailing me and I'll get back to you as soon as possible. Thanks!