Email ‘from address’ has a www in it

You can change the email address with the wp_mail_from filter:

add_filter( 'wp_mail_from', function() { return '[email protected]'; } );