Hi
it seems this has been discussed various times. Although I cannot
find a solution.
Ebvironment:
Win 2k
Apache 2
PHP 4.3.7
I use the module mode and not the cgi mode.
I cannot send email from this setup.
php.ini is in winnt
It has the following lines:
[mail function]
; For Win32 only.
SMTP = mailhost.where. am.com
smtp_port = 25
I tried this and I get:
SYSTEM WARNING: mail(): Failed to connect to mailserver at
"localhost " port 25, verify your "SMTP" ; and
"smtp_port " setting in php.ini or use ini_set()
PROBLEMS SENDING MAIL TO:
OK, it takes localhost.
Apache restart
No change
Log out and log in
No change
Reboot
no change
OK, now I search the entire harddisk for another php.ini.
No other php.ini found than the one in winnt
Now I run out of options.
Who can help?
Thanks
Kay
it seems this has been discussed various times. Although I cannot
find a solution.
Ebvironment:
Win 2k
Apache 2
PHP 4.3.7
I use the module mode and not the cgi mode.
I cannot send email from this setup.
php.ini is in winnt
It has the following lines:
[mail function]
; For Win32 only.
SMTP = mailhost.where. am.com
smtp_port = 25
I tried this and I get:
SYSTEM WARNING: mail(): Failed to connect to mailserver at
"localhost " port 25, verify your "SMTP" ; and
"smtp_port " setting in php.ini or use ini_set()
PROBLEMS SENDING MAIL TO:
OK, it takes localhost.
Apache restart
No change
Log out and log in
No change
Reboot
no change
OK, now I search the entire harddisk for another php.ini.
No other php.ini found than the one in winnt
Now I run out of options.
Who can help?
Thanks
Kay
Comment