Change default phpmailer address

git-svn-id: http://svn.automattic.com/wordpress/trunk@7451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-21 16:11:47 +00:00
parent 4f413d7437
commit d0f6f37841
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.