I have a Windows Webserver 2008 running with PHP installed. PHP works fine, except when I try to use the mail() function in oder to programmatically send emails via PHP. Then I get this error:
Warning: 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 ...
So, what do I have to install to confire in order to send emails via my PHP script?
I dont know much about mail configuration, but I have the bad feeling of being in for torture...