ho provato anche così:

codice:
<?php

$email = "rocco.g@email.it";

$header = "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/html; charset=iso-8859-1\r\n";
$header .= "X-Mailer: PHP v".phpversion()." \r\n";
$header .= 'From: "mangaitalia.net" <noreply@nome_sito.net> \r\n';
$header .= "Reply-To: reply@nome_sito.net \r\n";

$oggetto = "miosito.it - Hai un nuovo virtual sms";

$msg = "prova";

mail($email, $oggetto, $msg, $header);


?>
ma non ricevo nulla..

adesso provo a chiedere ad aruba, ma non vorrei che fosse un errore mio...