";
$message = "$name wrote: \n\n" . $message;
mail("shawn.hull@gmail.com",$subject, $message, $from_email);
#$reply_subject = "Thank you for your email";
#$reply = "Thank you for your email!\n\n -ShawnHull.com";
#$reply_from = "From: ShawnHull.com < " . $email_address[$to] ." >";
#mail($email ,$reply_subject, $reply, $reply_from);
?>
| Your email has been sent. Thank you!
|