Ajax Contact Module".$email_sender." wants to be contacted."; $mittente=$email_sender; $headers = array(); $headers[] = 'MIME-Version: 1.0'; $headers[] = 'Content-type: text/html; charset=UTF-8'; $headers[] = 'Content-Transfer-Encoding: 7bit'; $headers[] = 'From: ' . $email_sender; $soggetto="Ajax Contact Module"; mail($email_recipient,$soggetto,$testomail,join("\r\n", $headers)); setcookie("acmcookie", "done", time()+31104000,"/"); ?>