1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/metamta
Hangjun Ye f5c2a2ab4b Support SMTP as the mailer.
Summary:
Support SMTP as the mailer and user could turn on SMTP authentication if needed.
Import PHPMailer as PHPMailerLite doesn't support SMTP.

Make class PhabricatorMailImplementationPHPMailerAdapter final.

Test Plan: N/A

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2139

Differential Revision: https://secure.phabricator.com/D4063
2012-12-09 02:37:02 -08:00
..
__tests__ Delete license headers from files 2012-11-05 11:16:51 -08:00
adapter Support SMTP as the mailer. 2012-12-09 02:37:02 -08:00
application Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
contentsource Delete license headers from files 2012-11-05 11:16:51 -08:00
controller Delete license headers from files 2012-11-05 11:16:51 -08:00
replyhandler Fix a bug with T1643 2012-11-30 12:09:37 -08:00
storage fix mail handling error -- return empty array if we have no $addresses 2012-11-16 06:57:15 -08:00
view Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMetaMTAEmailBodyParser.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMetaMTAWorker.php Delete license headers from files 2012-11-05 11:16:51 -08:00