fixed mailer...
This commit is contained in:
@@ -74,8 +74,8 @@
|
|||||||
* Mail-Kram
|
* Mail-Kram
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//$mail_to = "jandop@yahoo.de";
|
$mail_to = "jandop@yahoo.de";
|
||||||
$mail_to = "sockenklaus@gmail.com";
|
//$mail_to = "sockenklaus@gmail.com";
|
||||||
$subject = "Rundkopfschlitzschrauben - Bestellformular";
|
$subject = "Rundkopfschlitzschrauben - Bestellformular";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
$headers .= "MIME-Version: 1.0\r\n";
|
$headers .= "MIME-Version: 1.0\r\n";
|
||||||
$headers .= "\r\n";
|
$headers .= "\r\n";
|
||||||
|
|
||||||
//$mail_ok = mail($mail_to, $subject, $text, $headers);
|
$mail_ok = mail($mail_to, $subject, $text, $headers);
|
||||||
|
|
||||||
if ($mail_ok) {
|
if ($mail_ok) {
|
||||||
$form_errors[] = "Mail erfolgreich verschickt.";
|
$form_errors[] = "Mail erfolgreich verschickt.";
|
||||||
|
|||||||
Reference in New Issue
Block a user