aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-17 00:12:03 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-17 00:12:03 -0400
commit3984460424b678d844009319598e2b41c350ca3c (patch)
tree96a5bd26ae3191dd6a2837d4c7e4bb1e8c55f9bc /config
parent6b7eac5c51cbef4acd1ab7f48884e7b614f71678 (diff)
downloadrails-3984460424b678d844009319598e2b41c350ca3c.tar.gz
rails-3984460424b678d844009319598e2b41c350ca3c.tar.bz2
rails-3984460424b678d844009319598e2b41c350ca3c.zip
Add Mandrill support
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index dea6cbd659..4a337dcc5c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -5,6 +5,7 @@ Rails.application.routes.draw do
post "/amazon/inbound_emails" => "action_mailbox/ingresses/amazon/inbound_emails#create", as: :rails_amazon_inbound_emails
post "/postfix/inbound_emails" => "action_mailbox/ingresses/postfix/inbound_emails#create", as: :rails_postfix_inbound_emails
post "/sendgrid/inbound_emails" => "action_mailbox/ingresses/sendgrid/inbound_emails#create", as: :rails_sendgrid_inbound_emails
+ post "/mandrill/inbound_emails" => "action_mailbox/ingresses/mandrill/inbound_emails#create", as: :rails_mandrill_inbound_emails
# Mailgun requires that the webhook's URL end in 'mime' for it to receive the raw contents of emails.
post "/mailgun/inbound_emails/mime" => "action_mailbox/ingresses/mailgun/inbound_emails#create", as: :rails_mailgun_inbound_emails