Why doesn't this work?

<?php
$bodyString = “hello can you read this”
mail("myEmail@whereIam.com", “testSubject”, $bodyString);
?>

why doesn’t this work? the server has php.
I’ve been using php / flash / xml for some time, but usually used CFM to write emails.

On a server that has php version 4.0x, nothing php worked, including this simplest of scripts.

What would cause this not to work?

-mike