mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Simpler
This commit is contained in:
parent
cbb2bdafd9
commit
e94864446a
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue