tec@swissrefresh.ch [13:39] Lieblingsesel: Fragen zu meinem Account --> accounts@swissrefresh.ch [13:39] Lieblingsesel: sonstiges --> infos@swissrefreh.ch [13:40] Lieblingsesel: neueshandy@swiss... business@swissrefresh.ch */ if ( checkEmailAddress($email) == 1 ) { if ( preg_match("/Handysoftware/i",$problem) || preg_match("/Softwarezusenden/i",$problem) ) { $emailto = "tec@swissrefresh.ch"; } elseif ( preg_match("/Account/i",$problem) ) { $emailto = "accounts@swissrefresh.ch"; } elseif ( preg_match("/Sonstiges/i",$problem) ) { $emailto = "infos@swissrefresh.ch"; } elseif ( preg_match("/B2B/i", $problem) ) { $emailto = "business@swissrefresh.ch"; }; $mail = new PHPMailer(); $mail->From = "$email"; #$mail->From = "support@swissrefresh.ch"; $mail->FromName = "$name"; $mail->Subject = "BitJoe.de - Supportanfrage - $problem"; $mail->AltBody = "Supportanfrage von $name [$email] [$handynummer] - Problem: [$problem] Nachricht: [$textfield]
"; $mail->MsgHTML("Supportanfrage von $name [$email] [$handynummer] - Problem: [$problem] Nachricht: [$textfield]
"); $mail->AddAddress($emailto, ""); if(!$mail->Send()) { # echo 'Failed to send mail'; } else { # echo 'Mail sent'; }; }; # if ( checkEmailAddress($email) == 1 ) { echo << BitJoe.de Supportanfrage
bitjoe handy flatrates
bitjoe flatrate bitjoe bestellen so funktioniert bitjoe bitjoe software download bitjoe Support
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(); */ ?>