Here you go:

Insert this code at the bottom of your functions.php (parent or child theme)



function res_fromemail($email) { $wpfrom = get_option('admin_email');
return $wpfrom;
}