[RESOLVED] Contact Form dead.letter ?

I've been using three contact forms on my website for a few days.

They've worked great until just recently. Now, each time I send an email from my website through one of my forms, the page that it loads after clicking the submit button, places this string of text inside:

/var/chroot/home/content/c/l/a/claytonbellmor/dead.letter... Saved message in /var/chroot/home/content/c/l/a/claytonbellmor/dead.letter

I have no idea why. Yet, I get the email that was sent.

Here's the corresponding php page that this text is placed on, and a marker to where in the code this text is appearing:

$to = "desk@claytonbellmor.com";
$subject = "FAQ Question";
$name = $_REQUEST;
$email = $_REQUEST;
$message = "$name asks: " . $_REQUEST . "Email is $email";
$headers = "From: $email";
$sent = mail($to, $subject, $message, $headers, $name);
if($sent)

****message appears here****

{print ("\"Thank

Your question was sent successfully.

"); }
else
{print ("\"Thank

There was a problem sending your quote.
Please hit the back button on your browser to re-send the form.
If the problem persists, please email me at desk@claytonbellmor.com

"); }

Any help would be great.

claytonbellmor.com is

claytonbellmor.com is garbage.