Wir werden Ihre Anfrage schnellstmöglich bearbeiten.
END;
exit(0);
/*
$mail = new phpmailer();
$mail->From = "support@swissrefresh.ch";
$mail->FromName = "BitJoe.de";
$mail->Host = "";
$mail->Mailer = "mail";
$mail->Helo = "localhost";
$mail->Subject = "BitJoe.de - Supportanfrage";
$mail->SMTPAuth = false;
$mail->Username = "";
$mail->Password = "";
$mail->ContentType = "text/plain";
$mail->IsHTML = 1;
$mail->IsSendmail = 1;
$mail->Sendmail = "/usr/sbin/sendmail";
$mail->AddAddress($MailTo , "thecerial@gmail.com");
$mail->Body = "Supportanfrage von $name [$email] [handynummer] - Problem: [$problem] Nachricht: [$textfield] ";
$mail->Send(); # mail absenden
$mail->ClearAddresses();
$mail->ClearAttachments();
*/
?> |