Shawn Beard wrote:
I just upgraded to PHP 4.3.5 and now my email functionality does not work. I do have the SMTP setting in the php.ini set up and did restart Apache. We are running a Windows 2000 server and Apache 2.0.49. Any ideas?

A few ideas/suggestions :


Does your smtp server require authentication before sending? If so, the default mail() function in PHP can't handle SMTP authentication. Could be that it changed since your upgrade.

Does turning up the error_reporting level (E_ALL) print any warnings/notices?

Can you ping the smtp server from your web server?

Do other (non-PHP) mail applications work?

Can you send mail using the same smtp server from a mail client running from the webserver?

Is it possible to scan the logs of the smtp server to see what is going on?

Hopefully these can lead you in the right direction.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to