Change default phpmailer address

git-svn-id: https://develop.svn.wordpress.org/trunk@7451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-21 16:11:47 +00:00
parent dd8f3a2b25
commit 36eb7abc19
1 changed files with 1 additions and 1 deletions

View File

@ -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.