function custom_mail_from_name( $email_from ) {
return get_option('blogname');
}
add_filter( 'wp_mail_from_name', 'custom_mail_from_name' );