From d0f6f378411dfd81a4b046fa9d7ba6dc7cd9604f Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 21 Mar 2008 16:11:47 +0000 Subject: [PATCH] Change default phpmailer address git-svn-id: http://svn.automattic.com/wordpress/trunk@7451 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-phpmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php index acacabb39..c40b84de3 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.