Title!'; $count_fail = $count_fail + 1; } else {} if ($post_name == '') { $name_fail = 'Please fill in the field Surname!'; $count_fail = $count_fail + 1; } else {} if ($post_vorname == '') { $vorname_fail = 'Please fill in the field First name!'; $count_fail = $count_fail + 1; } else {} if ($post_unternehmen == '') { $unternehmen_fail = 'Please fill in the field Company/Institution!'; $count_fail = $count_fail + 1; } else {} if ($post_email == '') { $email_fail = 'Please fill in the field Email!'; $count_fail = $count_fail + 1; } else {} if ($post_strasse == '') { $strasse_fail = 'Please fill in the field Street, Number!'; $count_fail = $count_fail + 1; } else {} if ($post_plz == '') { $plz_fail = 'Please fill in the field Postal Code!'; $count_fail = $count_fail + 1; } else {} if ($post_ort == '') { $ort_fail = 'Please fill in the field City!'; $count_fail = $count_fail + 1; } else {} if ($post_nachricht == '') { $nachricht_fail = 'Please fill in the field Message!'; $count_fail = $count_fail + 1; } else {} if ($count_fail == 0) { $empfaenger = 'info@novig.de'; $absender = 'NOVIG GmbH'; $subject = '!!! Kontakt NOVIG Englisch!!!'; // Nachricht $nachricht = 'Anrede/Titel: '; $nachricht .= $post_anrede; $nachricht .= ' '; $nachricht .= $post_titel; $nachricht .= ''; $nachricht .= "\n"; $nachricht .= 'Vorname: '; $nachricht .= $post_vorname; $nachricht .= "\n"; $nachricht .= 'Name: '; $nachricht .= $post_name; $nachricht .= "\n"; $nachricht .= "\n"; $nachricht .= 'Unternehmen: '; $nachricht .= $post_unternehmen; $nachricht .= "\n"; $nachricht .= 'Straße, Hausnr.: '; $nachricht .= $post_strasse; $nachricht .= "\n"; $nachricht .= 'PLZ/Ort: '; $nachricht .= $post_plz; $nachricht .= ' '; $nachricht .= $post_ort; $nachricht .= "\n"; $nachricht .= "\n"; $nachricht .= 'Telefon: '; $nachricht .= $post_telefon; $nachricht .= "\n"; $nachricht .= 'Fax: '; $nachricht .= $post_fax; $nachricht .= "\n"; $nachricht .= 'Email: '; $nachricht .= $post_email; $nachricht .= "\n"; $nachricht .= "\n"; $nachricht .= 'Wie erfahren: '; $nachricht .= $post_erfahren_von; $nachricht .= "\n"; $nachricht .= "\n"; $nachricht .= 'Nachricht: '; $nachricht .= "\n"; $nachricht .= $post_nachricht; // für HTML-E-Mails muss der 'Content-type'-Header gesetzt werden // $header = 'MIME-Version: 1.0' . "\r\n"; // $header .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // zusätzliche Header $headers = "To: " . $empfaenger . "\n"; $headers = "From: " . $absender . "\n"; $headers .= "Date: " . date("D, d. M Y G:i:s O") ."\n"; $headers .= "Subject: " . $subject . "\n"; $headers .= "X-Mailer: PHP/" . phpversion(). "\n"; $headers .= "X-Sender-IP: $REMOTE_ADDR\n"; $headers .= "MIME-Version: 1.0\n"; // $headers .= "Content-type: text/html; charset=iso-8859-1\n"; // verschicke die E-Mail mail($empfaenger, $subject, $nachricht, $headers); $url = "kontakt_ok.html"; header("location:".$url); } } else { } ?> NOVIG GmbH



Contact
Salutation*/Title
First name*:
Surname*:

Company/Institution:

Street, Number*:

Postal Code*/City*:


Telephone:

Facsimile:

Email*:

How did you hear about us?
Your message:


   

* All fields marked with "*" are mandatory and must be filled in before your request can be processed.