Trouble sending email from Flash

I just did this tutorial http://www.kirupa.com/developer/actionscript/flash_php_email.htm
and when it came time to send the mail it wasn’t working.

So I tested the php script by itself on my localhost (so I could see if there was an error) and it came up with an error message saying “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 _________________________(path to email.php file) on line 13.”

does anyone know what I should do from here? Also, this is just my local server, what would i do on the client’s server that it’s going to?

Thanks a lot!