\n"; $header .= "Reply-To: ".$reply."\n"; $header.= "MIME-Version: 1.0\r\n"; $header.= "Content-Type: multipart/mixed;\r\n"; $header.= " boundary=\"".$mime_boundary."\"\r\n"; $content = "This is a multi-part message in MIME format.\r\n\r\n"; $content.= "--".$mime_boundary."\r\n"; $content.= "Content-Type: text/html charset=\"iso-8859-1\"\r\n"; $content.= "Content-Transfer-Encoding: 8bit\r\n\r\n"; $content.= $message."\r\n"; //$anhang ist ein Mehrdimensionals Array //$anhang enthält mehrere Dateien if(is_array($anhang) AND is_array(current($anhang))) { foreach($anhang AS $dat) { $data = chunk_split(base64_encode($dat['data'])); $content.= "--".$mime_boundary."\r\n"; $content.= "Content-Disposition: attachment;\r\n"; $content.= "\tfilename=\"".$dat['name']."\";\r\n"; $content.= "Content-Length: .".$dat['size'].";\r\n"; $content.= "Content-Type: ".$dat['type']."; name=\"".$dat['name']."\"\r\n"; $content.= "Content-Transfer-Encoding: base64\r\n\r\n"; $content.= $data."\r\n"; } $content .= "--".$mime_boundary."--"; } else //Nur 1 Datei als Anhang { $data = chunk_split(base64_encode($anhang['data'])); $content.= "--".$mime_boundary."\r\n"; $content.= "Content-Disposition: attachment;\r\n"; $content.= "\tfilename=\"".$anhang['name']."\";\r\n"; $content.= "Content-Length: .".$dat['size'].";\r\n"; $content.= "Content-Type: ".$anhang['type']."; name=\"".$anhang['name']."\"\r\n"; $content.= "Content-Transfer-Encoding: base64\r\n\r\n"; $content.= $data."\r\n"; } if(@mail($to, $subject, $content, $header)) return true; else return false; } if($lang=="de") $title="Anfrageformular"; else $title="Get a quote"; include("header.php"); include("navigation.php"); if($_POST['anfragesenden']){ if(!$_POST['email'] and !$_POST['telefon']){ $error="Bitte geben Sie eine Emailadresse oder Telefonummer an"; } else { $kommentar=utf8_decode($_POST['anmerkung']); $name=$_POST['name']; $firma=$_POST['firma']; $telefon=$_POST['telefon']; $email=$_POST['email']; $absender="production@pro-fit.de"; $verfahren=$_POST['leistung']; $stueckzahl=$_POST['stueckzahl']; $verfahrenarray=$_POST['verfahren']; $material=$_POST['material']; $mailtext="Achtung eine Anfrage -

Name:".$name."


"; $mailtext.="

Firma:".$firma."

"; if($verhahrenarray){ foreach($verhahrenarray as $verfahren){ $mailtext.="
Leistung: ".$verfahren."

"; } } $mailtext.="
Stückzahl: ".$stueckzahl."

"; $mailtext.="
Leistung:".$verfahren."

"; $mailtext.="
Gewünschtes Material oder Eigenschaft:".$material."

"; $mailtext.="Emailadresse: ".$email."
"; if($telefon){ $mailtext.="Bitte um Rückruf :".$telefon."
"; } $mailtext.="

Anmerkung:".$kommentar."


"; if($_FILES['file']['name']){ $anhang = array(); $anhang["name"] = $_FILES['file']['name']; $anhang["size"] = $_FILES['file']['size']; $anhang["type"] = $_FILES['file']['type']; $anhang["data"] = implode("",file($_FILES['file']['tmp_name'])); } if(file_exists($_FILES['file']['tmp_name']) and filesize($_FILES['file']['tmp_name'])>0){ mail_att($absender,"Angebotsanfrage FIT-Production:",$mailtext."---> CAD Daten:",$anhang); mail_att("mario.lipperer@pro-fit.de","Angebotsanfrage FIT-Production:",$mailtext."---> CAD Daten:",$anhang); $mailsent=1; } else { /* Baut Header der Mail zusammen */ $headers = 'X-Mailer: PHP/' . phpversion() . "\n"; $headers .= 'X-Sender-IP: ' . $REMOTE_ADDR . "\n"; $headers .= "Content-type: text/html\n"; mail($absender,"Angebotsanfrage FIT-Production: -> Ohne Bauteildaten",$mailtext,$headers); mail("mario.lipperer@pro-fit.de","Angebotsanfrage FIT-Production: -> Ohne Bauteildaten",$mailtext,$headers); $mailsent=1; } } } if($mailsent){ ?>


Vielen Dank für Ihre Anfrage. Wir werden Ihnen in Kürze ein Angebot zukommen lassen.

Viele Grüße

Ihr FIT-Production Team


Sie brauchen ein Ersatzteil?
Gerne erstellen wir Ihnen ein maßgeschneidertes Angebot.

Ihre Kontaktdaten:
Name:
Wichtig für Rückruf Ihre Telefonnummer:
oder
E-Mail*:
 

Ihre Anfragedaten:
Ihre 3D-Daten (max. 70MB):
Stückzahl:
Produkt oder Leistung:
Material oder Eigenschaften:
Ihre Anmerkung:

Would you like to get a non-binding quote? Please submit the following data: your 3D file, required material, and lot size. You may send us your data by filling in the following form or by email at: production@pro-fit.de

If desired you may also use FTP or Odette. Please leave us a short note in the corresponding text field.

Your contact data:
Name:
Company:
Phone number *:
or
Email*:
 

Your data:
Your 3D file (max. 70MB):
Required lot size:
Required product or service:
Required material or properties:
Your comment: