questo è il mio php.ini

[mail function]
; For Win32 only.
SMTP = smtp.tiscali.it
smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

e come dicevo lo script è questo

<body>
<?php
mail("robertopallotta@tiscalinet.it","hello world","hi, world, prepare for our arrival we're starving");
?>
</body>
</html>

ma non va da sempre lo stesso errore aiuto vi prego......