Quote:
Originally Posted by falko
What's in the mail section of your php.ini?
|
This is thr mail section of my php.ini , which is located in /etc/php5/apache2/php.ini - you mean this file right ?
[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
define_syslog_variables = Off
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from =
me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail
; Force the addition of the specified parameters to be passed as extra parameters
; 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 =
Recent comments
14 hours 23 min ago
19 hours 22 min ago
20 hours 48 min ago
21 hours 42 min ago
23 hours 25 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 20 hours ago
1 day 21 hours ago