try this
<?php
$res = mail("youremailaddress@me.com", "Test php mailer for my site", "Hi,
this message proves that php email scripts are working on the domain my site", "From: root@mysite", "root@mysite");
if($res == 1){echo "email sent successfully, check email to make sure it was recieved."; } ?><br />Script created at: 15/03/2008 12:22:00<br />Current time/date: <? echo date("d\/m\/Y h:i:s"); ?>
this is a test email script, just change your email address etc to suit.
Useful Link