diff options
Diffstat (limited to 'wp-includes/class-phpmailer.php')
| -rw-r--r-- | wp-includes/class-phpmailer.php | 2 |
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. |
