1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 10:52:41 +01:00
phorge-phorge/src/applications/metamta/controller
epriestley 6bac7e390e Move "send test" to bin/mail
Summary: Like D6417. See D6413.

Test Plan:
  >>> orbital ~/devtools/phabricator $ echo "hello" | ./bin/mail send-test --to dog --cc duck --from epriestley --subject 'hey there' --attach README --tag blip --tag bloop
  Reading message body from stdin...
  Mail sent! You can view details by running this command:

      phabricator/ $ ./bin/mail show-outbound --id 6480

  >>> orbital ~/devtools/phabricator $ ./bin/mail show-outbound --id 6480
  PROPERTIES
  ID: 6480
  Status: sent
  Retry Count: 0
  Next Retry: 1373493443
  Related PHID:
  Message:

  PARAMETERS
  to: ["PHID-USER-cluwcdowc35gmperlkbi"]
  cc: ["PHID-USER-aeabc4ipqbifny3rw4ok"]
  subject: hey there
  is-html:
  is-bulk:
  mailtags: ["blip","bloop"]
  from: PHID-USER-lqiz3yd7wmk64ejugvov
  worker-task: 936543

  BODY
  hello

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6419
2013-07-10 15:18:24 -07:00
..
PhabricatorMetaMTAController.php Move "send test" to bin/mail 2013-07-10 15:18:24 -07:00
PhabricatorMetaMTAListController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorMetaMTAReceivedListController.php Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
PhabricatorMetaMTASendGridReceiveController.php Begin improving the soundness of received mail 2013-05-13 16:32:19 -07:00
PhabricatorMetaMTAViewController.php Modernize MetaMTA message detail 2013-07-10 15:13:33 -07:00