aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-12-13 15:57:28 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-12-13 15:57:28 -0800
commite94864446a57d632214d606b231d58f0c6205d75 (patch)
tree0d190294956ab785049d8fb014d69818b8f065b2 /README.md
parentcbb2bdafd91edfb515c0e440c050bc5a542f8438 (diff)
downloadrails-e94864446a57d632214d606b231d58f0c6205d75.tar.gz
rails-e94864446a57d632214d606b231d58f0c6205d75.tar.bz2
rails-e94864446a57d632214d606b231d58f0c6205d75.zip
Simpler
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 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.