Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15443838
D15885.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15885.diff
View Options
diff --git a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
--- a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
+++ b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
@@ -634,7 +634,7 @@
}
$mailer->setBody($body);
- $html_emails = false;
+ $html_emails = true;
if ($use_prefs && $prefs) {
$html_emails = $prefs->getPreference(
PhabricatorUserPreferences::PREFERENCE_HTML_EMAILS,
diff --git a/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php b/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php
--- a/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php
+++ b/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php
@@ -76,7 +76,7 @@
? pht('Vary')
: pht('Do Not Vary');
- $html_emails_default = pht('Plain Text');
+ $html_emails_default = pht('HTML');
$re_prefix_value = $preferences->getPreference($pref_re_prefix);
if ($re_prefix_value === null) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 28, 6:25 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7388754
Default Alt Text
D15885.diff (1 KB)
Attached To
Mode
D15885: Send HTML email by default
Attached
Detach File
Event Timeline
Log In to Comment