Email inviata
Grazie per averci contattato. Stiamo già provvedendo a processare la vostra richiesta e al più presto risponderemo.
Lo staff di ZenArt
$to = “info@zenart.it”;
$subject = “new lead”;
$message = “you have a new lead e debba e’ grande!”;
//mail headers
$headers = “MIME-Version: 1.0\n”;
$headers .= “Content-type: text/plain; charset=iso-8859-1\n”;
$headers .= “X-Priority: 3\n”;
$headers .= “X-MSMail-Priority: Normal\n”;
$headers .= “X-Mailer: php\n”;
$headers .= “From: \”debbaforce\”
$headers .= “Return-Path: news@zenart.it\n”;
$headers .= “Return-Receipt-To: news@zenart.it\n”;
mail($to,$subject,$message,$headers);
?>
