raga ho spostato questo script su un altro server e nn funge
sapete dirmi come mai?
<?php
$msg = "Nome:\t$nome\n,Cognome:\t$cognome,Cellulare:\t$ce llulare,Fisso:\t$fisso\n,Email:\t$email",Lunghezza :\t$lunghezza,Capelli:\t$tipo";
$mailheaders = "Invio dati ModelleHairStylist <> \n";
$mailheaders .= "Reply-To: $email\n\n";
mail("depretis@email.it", "Candidatura", $msg);
echo "<H1 align=center>Grazie, $sender_name</h1>";
echo "<p align=center>Verrà contattata al più presto.</p>";
?>
Lhosting è su Linux
Grazie