I too need a simple solution for this.
For now, I have a hack if anyone is interested.
Edit the following page in your plugin editor: custom-contact-forms-front.php
Go to line 428 or find this line:
$mail->FromName = ‘Custom Contact Forms’;
Change to:
$mail->FromName = ‘Whatever You Want’;
That’s it!
Good Luck!