1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 17:38:24 +01:00
phorge-phorge/src/applications/metamta/adapter
epriestley 690a460c8e Allow mailers to be explicitly marked as inbound or outbound
Summary:
See PHI785. Ref T13164. In this case, an install wants to receive mail via Mailgun, but not configure it (DKIM + SPF) for outbound mail.

Allow individual mailers to be marked as not supporting inbound or outbound mail.

Test Plan:
  - Added and ran unit tests.
  - Went through some mail pathways locally, but I don't have every inbound/outbound configured so this isn't totally conclusive.
  - Hit `bin/mail send-test` with a no-outbound mailer.
  - I'll hold this until after the release cut so it can soak on `secure` for a bit.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13164

Differential Revision: https://secure.phabricator.com/D19546
2018-07-30 08:25:06 -07:00
..
PhabricatorMailImplementationAdapter.php Allow mailers to be explicitly marked as inbound or outbound 2018-07-30 08:25:06 -07:00
PhabricatorMailImplementationAmazonSESAdapter.php Support "encoding", which is required by PHPMailerLite, in SES adapter 2018-02-14 10:57:07 -08:00
PhabricatorMailImplementationMailgunAdapter.php Fix transposed name/email in Mailgun adapter 2018-02-08 17:49:32 -08:00
PhabricatorMailImplementationPHPMailerAdapter.php Fix PHPMailer/SMTP configuration typo for legacy SMTP configurations 2018-02-10 16:06:11 -08:00
PhabricatorMailImplementationPHPMailerLiteAdapter.php Introduce and document a new cluster.mailers option for configuring multiple mailers 2018-02-08 06:08:34 -08:00
PhabricatorMailImplementationPostmarkAdapter.php Configure a whitelist of remote addresses for Postmark inbound webhooks 2018-02-08 08:23:14 -08:00
PhabricatorMailImplementationSendGridAdapter.php Introduce and document a new cluster.mailers option for configuring multiple mailers 2018-02-08 06:08:34 -08:00
PhabricatorMailImplementationTestAdapter.php Respect "metamta.email-body-limit" when building mail HTML bodies 2018-06-12 12:02:15 -07:00