diff --git a/contact.php b/contact.php index b2f59fb..ef067b0 100644 --- a/contact.php +++ b/contact.php @@ -24,7 +24,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { exit; } - $to = getenv('MAIL_TO'); // You can set this in your .env file + $to = 'usmanabdulhamidsaleh4@gmail.com'; $subject = 'New Contact Form Submission'; $emailBody = "
You have a new contact form submission:
"