PHP mail() function is not working

The ‘mail()’ function is not working… It doesn’t send the e-mail.
Here’s the code (It is 99.9% working):

<?php $to = 'ejer.priv@wp.pl'; $subject = 'Test'; $message = 'Hello World!';

mail($to, $subject, $message);
?>

Have you enabled sendmail within general settings on 000webhost.com

Yes. I Have It Enabled.

I use http://www.foxyform.com/