Mail() function PHP not working

Hi, is the mail() function in PHP 5.2 working? I tried many times from yesterday but I never received an email! I am on FREE account.

Here is my php code (this is working on other hosts):

<?php $sujet="Message"; $webmaster="myemail@email.com"; $message =$_POST["message"]; $mailmaster=$_POST["mailcontact"]; mail ($webmaster, $sujet." de ".$mailmaster, $message); ?>

Thank you

Try using