Php As2 - not sending mails

I want to send mails using php and flash. I downloaded the files from

http://www.kirupa.com/developer/actionscript/flash_php_email.htm

(see bottom of that page for downloading) for a simle test.

Then i changed email in email.php file as my email file.
$sendTo = "myemail@gmail.com";

Now when i execute using flash i don’t get any mail. I am not a noob(in Flash) but here i don’t know what am i doing wrong.

I even tried writing my own code and everything but i cldn’t.

Is there anything else that is required.

Any help will be highly appreciated. Looking for some quick resposes.

Thanks.