aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailbox/README.md')
-rw-r--r--actionmailbox/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox/README.md b/actionmailbox/README.md
index c70f73b40f..9a47223d3b 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, Postmark, 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 Exim, Postfix, and Qmail ingresses.
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.