summaryrefslogtreecommitdiffstats
path: root/wp-includes/class-phpmailer.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-14 19:05:09 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-14 19:05:09 +0000
commiteeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698 (patch)
tree976eafb3f689b0225a11510807492b787701a8e0 /wp-includes/class-phpmailer.php
parent521aff819ab185143b5d9cb2d3c68d10bba28420 (diff)
downloadwordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.tar.gz
wordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.tar.xz
wordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.zip
Replace wordpress.com with localhost.localdomain example email
Use site admin email on non-activated blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1186 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/class-phpmailer.php')
-rw-r--r--wp-includes/class-phpmailer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php
index acacabb..60b2da6 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 = "support@localhost.localdomain";
/**
* Sets the From name of the message.