* Send "undisclosed-recipients" in "To" header when sending the mail to more than...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Oct 2011 12:39:05 +0000 (12:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Oct 2011 12:39:05 +0000 (12:39 +0000)
commitd199c452f5a82c79e1c377da896383d92d8c16c5
treed93b572b22ad75a398ad9dd23c204feb5eb342b3
parent2be3042a35768f0eceffe2d284f89ba8ecff6f2f
* Send "undisclosed-recipients" in "To" header when sending the mail to more than one user instead of checking $wgEnotifImpersonal. This was causing Special:EmailUser to send mails with that header when $wgEnotifImpersonal is true
* Fix for r91662: Return-Path must an e-mail address and only a e-mail address, it cannot be "Name <address@...>"
* Code simplification
includes/UserMailer.php