Sono su un server linux (apache1.3.34 php4.3)
Vorrei utilizzare la funzione mail() ma non capisco come configurare l'smtp.
Sul php.ini c'è scritto:
E' tutto commentato...codice:[mail function] ; For Win32 only. ;SMTP = localhost ;smtp_port = 25 ; For Win32 only. ;sendmail_from = me@localhost ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = /usr/sbin/sendmail
Ho un smtp (con autenticazione)... dove devo andare a scrivere i parametri? (e come?)