Hi,
Have downloaded the formmail.pl, which looks great by the way.
Anyway have set it all up but can't seem to get it to work, can you help.
The basic form is at: http://www.escapeworldwide.co.uk/testform.htm
When you click submit you get the following error:
The following errors were found:
Message could not be sent due to an error while trying to send the mail.
PHPFormMail has experienced errors that must be fixed by the webmaster. Mail will NOT be sent until these issues are resolved. Once these issues are resolved, you will have to resubmit your form to PHPFormMail for the mail to be sent.
It doesn't tell me what the error is so don;t know where to start! Any ideas what this may be?
The following is all I have changed in the formmail.pl
// To change the address the e-mail comes from use define('FROM', 'Example Name ');
define('FROM', null);
$referers = array('www.escapeworldwide.co.uk', 'escapeworldwide.co.uk');
// $recipient_array format is $recipient_array = array('sometext'=>'email@example.com','asdf'=>'email2@example.com');
$recipient_array = array('quotes'=>'quotes@escapeworldwide.co.uk','asdf'=>'info@escapeworldwide.co.uk');
$valid_env = array('REMOTE_HOST', 'REMOTE_ADDR', 'REMOTE_USER', 'HTTP_USER_AGENT');
// +------------------------------------------------------------------------+
// | STOP EDITING! The only two required variables that need to be updated |
// | are $referers and $valid_env |
// +------------------------------------------------------------------------+
Any help you can give would be great!!
Cheers
Darren

Form Mail error
Is your host a windows host by any chance?
-Andrew Riley