Ingress Configuration

phanil kumarphanil kumar
1 min read

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
0
Subscribe to my newsletter

Read articles from phanil kumar directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

phanil kumar
phanil kumar

Ruby/Rails