Just wondering how to enable php mail() on IIS6 to use the SMTP of IIS6. I recently set the php.ini file settings to SMTP = localserver smtp_port = 25 But still doesn't work. Port 25 is open. Anything else I'm missing... Thanks
Does your IIS SMTP Service accept anonymous connections? If you don't get it to work I'd suggest using http://www.mailenable.com/ instead of the IIS SMTP service, using that is way more uncomplicated.
I need to make it work the SMTP server on IIS, many reasons why so it will be worth the headache. Thanks, will check that.