mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
Change default phpmailer address
git-svn-id: http://svn.automattic.com/wordpress/trunk@7451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4f413d7437
commit
d0f6f37841
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user