php
continuous-integration/drone/push Build is passing Details

master
Hugo CRENEAU 11 months ago
parent 4f3a400beb
commit fb91727dac

@ -15,7 +15,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$headers .= "Reply-To: $email\r\n";
if (mail($to, $email_subject, $email_body, $headers)) {
header("Location: send.html");
header("Location: index.html");
exit;
} else {
echo "Failed to send the email.";

Loading…
Cancel
Save