1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/test/controllers/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
relay Add Exim and Qmail support to Action Mailbox 2019-01-12 21:38:26 -05:00
sendgrid