Sha256: 1184f8eb1d20ac5dddfcfabc77061f0cc644f6aabf31131369584f39f54690fd

Contents?: true

Size: 943 Bytes

Versions: 110

Compression:

Stored size: 943 Bytes

Contents

# Action Mailbox

Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for 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.

These inbound emails are routed asynchronously using Active Job to one or several dedicated mailboxes, which are capable of interacting directly with the rest of your domain model.

You can read more about Action Mailbox in the [Action Mailbox Basics](https://edgeguides.rubyonrails.org/action_mailbox_basics.html) guide.

## License

Action Mailbox is released under the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

110 entries across 106 versions & 9 rubygems

Version Path
actionmailbox-6.1.4.4 README.md
actionmailbox-6.0.4.4 README.md
actionmailbox-7.0.0.rc3 README.md
actionmailbox-6.1.4.3 README.md
actionmailbox-6.0.4.3 README.md
actionmailbox-6.0.4.2 README.md
actionmailbox-6.1.4.2 README.md
actionmailbox-7.0.0.rc2 README.md
actionmailbox-7.0.0.rc1 README.md
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/actionmailbox-6.1.4.1/README.md
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/actionmailbox-6.1.4.1/README.md
actionmailbox-7.0.0.alpha2 README.md
actionmailbox-7.0.0.alpha1 README.md
actionmailbox-6.1.4.1 README.md
actionmailbox-6.0.4.1 README.md
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/actionmailbox-6.1.4/README.md
actionmailbox-6.1.4 README.md
actionmailbox-6.0.4 README.md
actionmailbox-6.0.3.7 README.md
actionmailbox-6.1.3.2 README.md