I'm trying to get the mail() function to work but running into problems. I have SMTP set to localhost and smtp_port set to 25
then I'm saying
$m=mail('me@hotmail.com','failed login attempt','failed login attempt','From:test@test.com');
and then checking 1) to see if I get the mail, and 2) the value of $m which is zero. What should be the next thing to check? I saw something about an smtp app, which I don't know if I have or not.