Bsitu has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/75787


Change subject: Set $wgAllowHTMLEmail default to true
......................................................................

Set $wgAllowHTMLEmail default to true

This will allow UserMailer::send() to send HTML emails

Change-Id: I788befb38f8da63abdc90dbfb871223d72b2219a
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/87/75787/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 91b20af..bebc773 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -3997,6 +3997,11 @@
        'tenwiki' => 0, // bug 26554
 ),
 
+// Turn this on so UserMailer::send() will be able to send both text and html 
email
+'wgAllowHTMLEmail' => array(
+       'default' => true,
+),
+
 'wgAutoConfirmCount' => array(
        'default' => 0,
        'arwiki' => 50, // Bug 12123

-- 
To view, visit https://gerrit.wikimedia.org/r/75787
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I788befb38f8da63abdc90dbfb871223d72b2219a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to