From e94864446a57d632214d606b231d58f0c6205d75 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 13 Dec 2018 15:57:28 -0800 Subject: Simpler --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 14ddca0f26..dfa2ee5431 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Action Mailbox -Action Mailbox routes incoming emails to controller-like mailboxes for further and encapsulated 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, 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. -- cgit v1.2.3