Hi
I have a standalone machine running Mandrake 10 with apache server and
PHP installed.
The PHP mail() function is working but very slowly. It takes about
10-20 seconds to send a single email. Can anyone advise me on what
could be causing this? I have tried using mail() on other apache
setups and the response time has been much faster.
Below is the relevant section from my php.ini:
TIA
Andrew
php.ini
=======
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = me@localhost.co m
; For Unix only. You may supply arguments as well (default: "sendmail
-t -i").
;sendmail_path =
I have a standalone machine running Mandrake 10 with apache server and
PHP installed.
The PHP mail() function is working but very slowly. It takes about
10-20 seconds to send a single email. Can anyone advise me on what
could be causing this? I have tried using mail() on other apache
setups and the response time has been much faster.
Below is the relevant section from my php.ini:
TIA
Andrew
php.ini
=======
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = me@localhost.co m
; For Unix only. You may supply arguments as well (default: "sendmail
-t -i").
;sendmail_path =
Comment