I have got PHP4 running on win98 with PWS. I cannot get the mail function to work. I keep getting a 'failed to connect' error message. It has probably got something to do with the mail configuration in php.ini.
Can anyone help?
Printable View
I have got PHP4 running on win98 with PWS. I cannot get the mail function to work. I keep getting a 'failed to connect' error message. It has probably got something to do with the mail configuration in php.ini.
Can anyone help?
Does the mail functionality in PHP use Sendmail?
you can try reading the manual for php configuration. it might have something to do with DNS name or IP address of the SMTP server PHP under Windows should use for mail sent with the mail() function.
here is the manual
http://www.php.net/manual/en/
hope this helps
Scoutt