Page MenuHomePhabricator

D10303.id24810.diff
No OneTemporary

D10303.id24810.diff

diff --git a/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php b/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php
--- a/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php
+++ b/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php
@@ -13,6 +13,11 @@
$this->mailer = new PHPMailer($use_exceptions = true);
$this->mailer->CharSet = 'utf-8';
+ // NOTE: This works around what seems to be a bug in SendGrid, see
+ // D10278. This affects other SMTP mailers too, but as long as they
+ // don't have an opposite bug to SendGrid's bug that should be OK.
+ $this->mailer->Encoding = 'quoted-printable';
+
// By default, PHPMailer sends one mail per recipient. We handle
// multiplexing higher in the stack, so tell it to send mail exactly
// like we ask.

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 26, 3:57 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8795146
Default Alt Text
D10303.id24810.diff (915 B)

Event Timeline