niente, niente ed ancora niente

Ho fatto come hai suggerito tu activ.
Riporto il codice:

$email=$_POST['email'];
$to = "$email";

$subject = "Conferma registrazione";

$body = "Grazie per esserti registrato al sito";
$fromreplyemail= "From: $_replyemail";

mail($to, $subject, $body, $fromreplyemail);


come si vede, la variabile email viene passata da un form html presente in un'altra pagina.

Ora sto con linux così ho provato anche con sendmail ma NULLA

estratto del php.ini:

[mail function]
; For Win32 only.
SMTP = localhost
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 =/usr/sbin/sendmail