2020-11-02 16:12:47 -05:00
## Rails 6.1.0.rc1 (November 02, 2020) ##
2020-07-21 19:38:38 -04:00
* Sendgrid ingress now passes through the envelope recipient as `X-Original-To` .
*Mark Haussmann*
2020-03-22 14:26:13 -04:00
* Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.
*Bill Cromie*
2020-03-31 19:46:13 -04:00
* Add way to deliver emails via source instead of filling out a form through the conductor interface.
*DHH*
2020-03-23 21:10:48 -04:00
* Mailgun ingress now passes through the envelope recipient as `X-Original-To` .
*Rikki Pitt*
2020-02-21 11:33:04 -05:00
* Deprecate `Rails.application.credentials.action_mailbox.api_key` and `MAILGUN_INGRESS_API_KEY` in favor of `Rails.application.credentials.action_mailbox.signing_key` and `MAILGUN_INGRESS_SIGNING_KEY` .
*Matthijs Vos*
2020-02-25 00:14:54 -05:00
2019-08-07 10:12:13 -04:00
* Allow easier creation of multi-part emails from the `create_inbound_email_from_mail` and `receive_inbound_email_from_mail` test helpers.
*Michael Herold*
2019-04-16 08:04:38 -04:00
* Fix Bcc header not being included with emails from `create_inbound_email_from` test helpers.
*jduff*
2019-06-04 16:47:33 -04:00
* Add `ApplicationMailbox.mailbox_for` to expose mailbox routing.
*James Dabbs*
2019-03-11 11:58:15 -04:00
2019-04-24 15:57:14 -04:00
Please check [6-0-stable ](https://github.com/rails/rails/blob/6-0-stable/actionmailbox/CHANGELOG.md ) for previous changes.