I'm a complete beginner and trying to work my way through the Head First book, PHP & MySQL.
I'm having a problem in Chapter 1, the final version of the form will not work and is giving 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 C:\wamp\www\hf\examples\ch01\final\aliens\report.php on line 30
I think my SMTP isn't set up, I am using Apache, not IIS. I have no idea how to fix this problem and set up the SMTP. I'm not even sure what the problem is. Could anyone please advise me on how to fix this? I'm stuck here and I want to get on with learning PHP.


