Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15449237
D16095.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
D16095.diff
View Options
diff --git a/src/applications/config/option/PhabricatorPHPMailerConfigOptions.php b/src/applications/config/option/PhabricatorPHPMailerConfigOptions.php
--- a/src/applications/config/option/PhabricatorPHPMailerConfigOptions.php
+++ b/src/applications/config/option/PhabricatorPHPMailerConfigOptions.php
@@ -55,7 +55,7 @@
$this->newOption('phpmailer.smtp-password', 'string', null)
->setHidden(true)
->setDescription(pht('Password for SMTP.')),
- $this->newOption('phpmailer.smtp-encoding', 'string', '8bit')
+ $this->newOption('phpmailer.smtp-encoding', 'string', 'base64')
->setSummary(pht('Configure how mail is encoded.'))
->setDescription(
pht(
@@ -64,14 +64,8 @@
"encoding. If you're having trouble with mail being mangled or ".
"arriving with too many or too few newlines, you may try ".
"adjusting this setting.\n\n".
- "Supported values are `8bit` (default), `quoted-printable`, ".
- "`7bit`, `binary` and `base64`.\n\n".
- "The settings in the table below may work well.\n\n".
- "| MTA | Setting | Notes\n".
- "|-----|---------|------\n".
- "| SendGrid via SMTP | `quoted-printable` | Double newlines under ".
- "`8bit`.\n".
- "| All Other MTAs | `8bit` | Default setting.")),
+ "Supported values are `8bit`, `quoted-printable`, ".
+ "`7bit`, `binary` and `base64`.")),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 9:02 AM (5 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7501898
Default Alt Text
D16095.diff (1 KB)
Attached To
Mode
D16095: Make base64 the default SMTP encoding
Attached
Detach File
Event Timeline
Log In to Comment