Ciao ..
ho provato ad inviare una mail nel seguente modo:
mail("g.farina@html.it", "mesaggio di prova", "Questo è un messaggio di prova testuale", "From: test@html.it");
ma mi viene segnalato il seguente errore:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:\Roberto\HTML\Php\Prove\prova.php on line 263
la situazione del file php.ini:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
qualcuno mi sa dire che impostazioni devo correggere ?
grazie mille