Contact Form

Contact Us











"; if (mail($recipient, $subject, $email_content, $email_headers)) { echo "Thank you for contacting us, $name. You will receive a reply shortly."; } else { echo "We're sorry, but the email did not go through. Please try again."; } } ?>