I've been trying to send a simple email using mail() but the emails have not arrived at any of the accounts, aol, gmail and live.
I've tried using this test code that others posted:
<?php
// TEST OF THE MAIL SYSTEM USING PHP mail()
// this must be a valid email account on your domain
$from =...