diff options
author | George Claghorn <george@basecamp.com> | 2019-01-10 11:04:54 -0500 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2019-01-10 11:04:54 -0500 |
commit | 9edc84cdfa8908a436901d85309cadf65d457d8f (patch) | |
tree | e727c555a2f9a97960c63b76825572c451eb3b03 /actionmailbox | |
parent | 7aaf9b8076704426c5e3f20bc3018c398f58dc88 (diff) | |
download | rails-9edc84cdfa8908a436901d85309cadf65d457d8f.tar.gz rails-9edc84cdfa8908a436901d85309cadf65d457d8f.tar.bz2 rails-9edc84cdfa8908a436901d85309cadf65d457d8f.zip |
Add Postmark to the ingress lists [ci skip]
Diffstat (limited to 'actionmailbox')
-rw-r--r-- | actionmailbox/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox/README.md b/actionmailbox/README.md index f0bde03961..c70f73b40f 100644 --- a/actionmailbox/README.md +++ b/actionmailbox/README.md @@ -1,6 +1,6 @@ # Action Mailbox -Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Amazon SES, Mailgun, Mandrill, and SendGrid. You can also handle inbound mails directly via the built-in Postfix ingress. +Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Amazon SES, Mailgun, Mandrill, Postmark, and SendGrid. You can also handle inbound mails directly via the built-in Postfix ingress. The inbound emails are turned into `InboundEmail` records using Active Record and feature lifecycle tracking, storage of the original email on cloud storage via Active Storage, and responsible data handling with on-by-default incineration. |