I saw same error in my WordPress.
I solved by these code in my functions.php
add_filter( 'wp_mail_from', function() {
return 'wordpress@[MyDomain]';
} );
see https://github.com/Automattic/vip-quickstart/issues/512#issue-165799484
It’s maybe related to web server settings.