diff --git a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php index c4793ed918..1ae5884228 100644 --- a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php +++ b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php @@ -634,7 +634,7 @@ final class PhabricatorMetaMTAMail } $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 index 0d42149441..3396774065 100644 --- a/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php +++ b/src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php @@ -76,7 +76,7 @@ final class PhabricatorEmailFormatSettingsPanel ? 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) {