Change default phpmailer address
git-svn-id: https://develop.svn.wordpress.org/trunk@7451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dd8f3a2b25
commit
36eb7abc19
@ -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