@bro were you able to find a PHP mail script?
I think I have the same problem as you. Basically I have a contact form using this simple command:
$sent = mail( "
[email protected]", "From: Contact Page", $message, "From: $name <$email>" );
And I used to be able to get mail just fine but I...