in reply to Newbie Trying to use FormMail

Do you have
use CGI::Carp qw(fatalsToBrowser);
in the script?
This prints an error message to the browser. Without any error message it is hard to say what goes wrong.

An other way to get a better error message is to look in the error_log of the webserver!