Whats wrong with this? (php mail)


<?

mail( "Mark <[email protected]>" , "test" ,  "this is a test message", "MarkTest <[email protected]>");

?>

its been a while since I’ve touched php, and I didn’t know how to do much in the first place. I’m just trying to set up a simple email form so I’m using this script to test my free php host will let me do send mail. Problem is when I load the page it just says there’s an error. Can anyone see whats wrong with this or do you think it should work without problem.

Thanks :love: