grep mail /etc/php.ini
; Define the anonymous ftp password (your email address). PHP's default setting
[mail function]
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = /usr/sbin/sendmail -t -i
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
mail.add_x_header = On
; The path to a log file that will log all mail() calls. Log entries include
;mail.log =
mail.log = /var/log/php_mail.log
; Log mail to syslog;
;mail.log = syslog
; to other person via. email/irc/etc.
; This affects mb_send_mail() and mbstrig.detect_order.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; 1: Overload mail() function