Hi I just wondering if anyone can help me with this.
I just setup the IIS 4.0 SMTP and it seems
that it function properly. I can drop the email text file into drop folder and it autometically send the email text file to my hotmail account.
Now I tried to use setup the php.ini to that SMTP and when I called the mail() function
it gives me:
Warning: Failed to Connect in "my php file name" on line 30
where line 30 is the mail ($to, $subject,$body) function call
I also try:
$smtp_sock = fsockopen("$isp_mailserver", 25)
and it also can't connect to it.
Is there something that I should set at IIS
console management?