1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/app/controllers/action_mailbox/ingresses
Bill Cromie fce29be335 Add a route to handle Mandrill's webhook URL check
Mandrill's Inbound API checks to see if a URL exists before it creates
the webhook. It sends a HEAD request, to which we now return a 200 OK
response to indicate that the route exists.

Now we can generate inbound API calls with ease on Mandrill, without
having to shuffle around tokens in production.

Fixes #37609.
2020-04-07 13:22:36 +01:00
..
mailgun Add X-Original-To to mail using Mailgun recipient (#38738) 2020-03-23 18:10:48 -07:00
mandrill Add a route to handle Mandrill's webhook URL check 2020-04-07 13:22:36 +01:00
postmark remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
relay remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
sendgrid remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00