Ingress Configuration

Ingress Configuration

Configuring ingress involves
1. Setting up credentials
2. Endpoint information for the chosen email service.

Some supported ingresses are:

  • Exim

  • Mailgun

  • Mandrill

  • Postfix

  • Postmark

  • Qmail

Mandrill Ingress setup:

Use rails credentials:edit to add your API key to your application's encrypted credentials under action_mailbox.mandrill_api_key, where Action Mailbox will automatically find it:

action_mailbox:
  mandrill_api_key: ...

Alternatively, provide API key in the MANDRILL_INGRESS_API_KEY environment variable.

Tell Action Mailbox to accept emails from Mandrill:

# config/environments/production.rb
config.action_mailbox.ingress = :mandrill