Scenario:
Windows 2000 server
PHP4
Apache1.3


dal PHPinfo leggo:
sendmail_from: no value no value
sendmail_path: no value no value
SMTP localhost localhost


nel PHP.ini ho impostato

smtp = smtp.fastweb.it (il server si trova nella webfarm di fastweb)
sendmail_from = info@dominio.it
smtp_port = 25


errore che mi restituisce:
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\programmi\apache group\apache\htdocs\sito\mail.php on line 13
FALLITO.


Aiuto