Hi All!
I am running PHP4.0.8 on a Win2k server. My MTA is FTGate 2.2 from floositek. My machine name is JACO. SMTP is running on port 25 (and is working perfectly!). Using IIS5.
I have a simple form that submits using the php mail() function.
I get the following error message:
Failed to receive in <PHPfilename> yada yada yada... (this then tells me the location of the mail() function in the php file)
When I look at my SMTP logs, I see a timeout... But the server is working properly.
The mail section of my php.ini looks like this:
<-----snip-----
SMTP = JACO
sendmail_from = jaco@symphiano.co.za
------snip----->
I even placed my IP address where JACO is with the same result...
What am i missing?
Thanx!
later
Jaco