I'm trying to get the PHP mail() function to work with a localhost IIS Virtual SMTP server. However, I keep getting an error message:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in f:\Inetpub\wwwroot\forms\mail.php on line 4
I don't understand what other settings to change or how to get it to talk to the virtual SMTP domain. Anybody know how?