Codex tools: Log in
function vortal_wp_mail_from( $email_address ) { return 'xxx@yyy.com'; }
add_filter( 'wp_mail_from', 'vortal_wp_mail_from' );