This commit is contained in:
Flatlogic Bot 2025-10-14 12:11:13 +00:00
parent 7689e6d605
commit 32cf9ea854

View File

@ -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 = "<p>You have a new contact form submission:</p>"