Hi
My problem is as follows:
Im trying to send mail using the php mail()-function in an windows xp, server 2003 / ms exchange -environment. The mail just wont get thru and php sends the following error
Warning: mail(): Failed to connect to mailserver at "****" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
The port and ip / dns-name are valid. I have tried using the dns-name and ip, no differense. I believe the problem is in my exchange server (both computers are in the same intranet btw), it wont let connections thru the port 25. I tried fsockopen and even it wont get thru
Warning: fsockopen(): unable to connect to ***:25 in c:***** on line 2
ERROR: 10053
I have enabled anonymous access to exchange server and the RELAY is allso enabled in the smtp-settings. There is no firewall software installed on the server that would deny access to this port.
Im stumped..