hello this is my first post here . I recently got a web space on lebhosting (4urweb). anyway i made the site and i used the mail function in a file called post.php3 i upload it to the public html folder in the webspace and did not work is there anything else i have to do to let php work ( i know the site support php because
I put the command phpinfo() and it worked and gave me a lot of info)
now the post.php3 is like that:
<?php
mail("tonyryounes@hotmail.com","My sub" ,"hellllo","From: me@mydomain.net\r\n");
echo("sent=done");
?>
and when i try it like that:
www.mydomain.com/post.php3 in my browser
it says done but i dont receive a thing in my email
please help me it is crucial to me to have it
thanks