PHP and MAIL Issue

New dedicated server - several clients
One client specifically uses PHP mail forms to recieve contact from their users (a form that worked just fine before mocing to this new server - same OS on the server, etc.)
On bringing their site up and testing the forms, recieved the error you can see at the below link
(note, that i've misspelled a specific file (Mail.php to maail.php) to recreate the error.

http://www.rachelschallenge.com/contact1.php

Research led to finding that the class Mail for PHP wsa not installed
THe following files were placed on the server as instructed.

/usr/lib/php/Mail.php
/usr/lib/php/Mail/mail.php
/usr/lib/php/Mail/null.php
/usr/lib/php/Mail/sendmail.php
/usr/lib/php/Mail/smtp.php
/usr/lib/php/Net/SMTP.php
/usr/lib/php/Net/Socket.php

NOW, the issue is this.
if you visit http://www.rachelschallenge.com/contact.php
you will see that the errors in contact1.php are no longer there, and the form SEEMS to run through and send mail just fine... however, no mail ever shows up at the intended address.

I've done EVERYTHING i know to do... i'm stuck..

HELP???????

PHP and MAIL Issue

 

 

 

 

Top