diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php index acacabb39d..c40b84de39 100644 --- a/wp-includes/class-phpmailer.php +++ b/wp-includes/class-phpmailer.php @@ -58,7 +58,7 @@ class PHPMailer * Sets the From email address for the message. * @var string */ - var $From = "support@wordpress.com"; + var $From = "localhost.localdomain"; /** * Sets the From name of the message.