Contact us
Fill out the form below to contact our team
success) {
error_log(json_encode($check));
return "Unable to verify captcha";
}
$name = htmlspecialchars($_POST['name']);
$email = htmlspecialchars($_POST['email']);
$message = htmlspecialchars($_POST['message']);
$headers = "MIME-Version: 1.0\r\n";
$headers .= "From: website@seralys.com\r\n";
$headers .= "Reply-To: " . $email . "\r\n";
$headers .= "Content-type: text/html; charset: utf8\r\n";
$content = <<
Message:\n
$message\n
EOF;
error_log($content, 0);
return mail('info@seralys.com', '[Web Contact] New contact from website', $content, $headers);
}
if (isset($_POST['send-contact'])) {
$formResult = send_email();
}
?>
Fill out the form below to contact our team