mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 18:32:41 +01:00
287fc75bb0
Summary: PHPMailerLite implicitly multiplexes mail, but we multiplex mail in an application-aware way higher in the stack. Disable the multiplexing. The actual option is here: https://secure.phabricator.com/diffusion/P/browse/master/externals/phpmailer/class.phpmailer-lite.php;03dafec74f97bcd7$166 Test Plan: @klimek confirms this fixes his issue. Reviewers: klimek, vrana, btrahan Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D3365 |
||
---|---|---|
.. | ||
PhabricatorMailImplementationAdapter.php | ||
PhabricatorMailImplementationAmazonSESAdapter.php | ||
PhabricatorMailImplementationPHPMailerLiteAdapter.php | ||
PhabricatorMailImplementationSendGridAdapter.php | ||
PhabricatorMailImplementationTestAdapter.php |