X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a66f9e26487c560245ef9cd17d7e87c0cbb650af..refs/tags/wordpress-2.5.1:/wp-includes/class-phpmailer.php diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php index acacabb3..c40b84de 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.