Skip to content

Commit

Permalink
Fixing email form 3
Browse files Browse the repository at this point in the history
  • Loading branch information
26pawarp committed Jun 10, 2024
1 parent 4d6090f commit 50850b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion php-scripts/send_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
mail($to, $subject, $message_body, $headers);

// Redirect to a thank you page or display a success message
header('Location: thank_you.html');
exit;
?>

0 comments on commit 50850b7

Please sign in to comment.