Go to the plugins editor and oped enhanced-wordpress-contactform/wp-contactform.php
Find the line that reads:
mail($recipient, $subject, $fullmsg, $headers);
and change it to read:
mail($recipient, $subject, $shortmsg, $headers);
This is only a work-around, if you install an upgrade to the plugin you will have to go back and edit the line again