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.";