1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-16 11:52:40 +01:00
phorge-phorge/src/applications/metamta/management
epriestley fcf5149b36 Clean up numerous rough edges in Mail configuration
Summary:
  - Support file attachments in Mailgun, after D8831.
  - Fix `bin/mail send-test --attach ...` flag.
  - Make `bin/mail send-test` route mail through the daemons.
  - Remove the `workerTaskID` on MetaMTAMail, which is only used (needlessly) by `bin/mail resend` and creates a huge mess elsewhere.
  - Currently, when mail fails, the daemon exits with a very generic and useless message. Instead, make `sendNow()` throw when it fails, so the real reason is surfaced. This is OK now because mail is always sent via the daemons.
  - Now that Mailgun supports attachments, document it.
  - Update a bunch of mail docs.

Test Plan:
  - Sent mail.
  - Sent mail with attachments.
  - Read documentation.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D8832
2014-04-21 15:45:29 -07:00
..
PhabricatorMailManagementListInboundWorkflow.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
PhabricatorMailManagementListOutboundWorkflow.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
PhabricatorMailManagementReceiveTestWorkflow.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
PhabricatorMailManagementResendWorkflow.php Clean up numerous rough edges in Mail configuration 2014-04-21 15:45:29 -07:00
PhabricatorMailManagementSendTestWorkflow.php Clean up numerous rough edges in Mail configuration 2014-04-21 15:45:29 -07:00
PhabricatorMailManagementShowInboundWorkflow.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
PhabricatorMailManagementShowOutboundWorkflow.php Remove retry/failure mechanisms from MetaMTA 2014-02-01 14:35:42 -08:00
PhabricatorMailManagementWorkflow.php Extend all "ManagementWorkflow" classes from a base class 2013-12-27 13:15:40 -08:00