Likely you don't see the error because server error reporting is turned off. You can turn this one for a particular script by inserting code into the page.
Code:
ini_set("display_errors",1);
error_reporting("E_ALL");
As for the error, I can't even begin to guess, other than perhaps you may need a username/password for the mail account
_________________
Lostboy
Cat, the other other white meat
Please read
Posting Etiquette before posting
You can always try
Google