$value){
if ($key != "dummyParameter"){
$cuerpo.= $key .": ".$value."\r\n";
}
}

$msg=$introductionText . "



" . $cuerpo;

$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From:" . $senderName . "<" . $sender . ">\r\n";

mail($targetMail, $subject, $msg, $headers);
echo "Thank you for booking an appointment with us. We will contact you as soon as possible to confirm your appointment.";
?>