From 36eb7abc194602ea544fe9a9a83eafef6610d773 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 21 Mar 2008 16:11:47 +0000 Subject: [PATCH] Change default phpmailer address git-svn-id: https://develop.svn.wordpress.org/trunk@7451 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 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.