Bonjour,
j'ai un souci concernant l'envoie de mail par le biais de mon localhost, en utilisant la fonction 'mail' de php,
voici ma configuration du fichier php.ini:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path =
merci d'avance