if ($action=='verstuur') { ?>
$subject = "ASC Systems contactformulier - Algemeen";
$from = "administratie@asc-bv.nl";
$html .="Emailformulier ASC Systems - Algemeen \n";
$html .="____________________________________________________\n\n";
$html .= "Bedrijfsnaam: ".$bedrijfsnaam."\n";
$html .= "Contactpersoon: ".$contactpersoon."\n";
$html .= "Adres: ".$adres."\n";
$html .= "Postcode + Plaats: ".$postcode." ".$plaats."\n";
$html .= "Land: ".$land."\n";
$html .= "E-mail: ".$email."\n";
$html .= "Telefoon: ".$telefoon."\n";
$html .= "____________________________________________________\n\n";
$html .= "".$opmerkingen."\n";
mail("administratie@asc-bv.nl",$subject,$html);
?>
}?>
ASC Systems | We create space