Qualcuno può spiegarmi, o indicarmi dove posso documentarmi, come si configura il file php.ini relativamente alle funzioni delle e-mail :

[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
sendmail_from= me@localhost.com ; for Win32 only

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

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



Grazie.