Codex tools: Log in
function vortal_wp_mail_from_name( $email_from ) { return 'XXX'; }
add_filter( 'wp_mail_from_name', 'vortal_wp_mail_from_name' );