From b6ce31578c0fcb4f10f1599948f696cd518f8ae0 Mon Sep 17 00:00:00 2001 From: Sockenklaus Date: Wed, 13 Nov 2024 01:18:38 +0100 Subject: [PATCH] fixed mailer... --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 9e7971d..e0e83b2 100644 --- a/index.php +++ b/index.php @@ -74,8 +74,8 @@ * Mail-Kram */ - //$mail_to = "jandop@yahoo.de"; - $mail_to = "sockenklaus@gmail.com"; + $mail_to = "jandop@yahoo.de"; + //$mail_to = "sockenklaus@gmail.com"; $subject = "Rundkopfschlitzschrauben - Bestellformular"; /* @@ -177,7 +177,7 @@ $headers .= "MIME-Version: 1.0\r\n"; $headers .= "\r\n"; - //$mail_ok = mail($mail_to, $subject, $text, $headers); + $mail_ok = mail($mail_to, $subject, $text, $headers); if ($mail_ok) { $form_errors[] = "Mail erfolgreich verschickt.";