I will suggest you a simple hack. I don't know if there is another way.
Edit the file "/components/com_contact/contact.php"
In
function sendmail, find the following text:
Code:
mosMail( $mosConfig_mailfrom, $mosConfig_fromname, $email_to, $subject, $text );
and replace it with:
Code:
mosMail( $email, $name, $email_to, $subject, $text );