- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
-
Add
attachmentsto the list of permitted parameters for inbound emails conductor.When using the conductor to test inbound emails with attachments, this prevents an unpermitted parameter warning in default configurations, and prevents errors for applications that set:
config.action_controller.action_on_unpermitted_parameters = :raise
David Jones, Dana Henke
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
-
Change default queue name of the incineration (
:action_mailbox_incineration) and routing (:action_mailbox_routing) jobs to be the job adapter's default (:default).Rafael Mendonça França
-
Sendgrid ingress now passes through the envelope recipient as
X-Original-To.Mark Haussmann
-
Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.
Bill Cromie
-
Add way to deliver emails via source instead of filling out a form through the conductor interface.
DHH
-
Mailgun ingress now passes through the envelope recipient as
X-Original-To.Rikki Pitt
-
Deprecate
Rails.application.credentials.action_mailbox.api_keyandMAILGUN_INGRESS_API_KEYin favor ofRails.application.credentials.action_mailbox.signing_keyandMAILGUN_INGRESS_SIGNING_KEY.Matthijs Vos
-
Allow easier creation of multi-part emails from the
create_inbound_email_from_mailandreceive_inbound_email_from_mailtest helpers.Michael Herold
-
Fix Bcc header not being included with emails from
create_inbound_email_fromtest helpers.jduff
-
Add
ApplicationMailbox.mailbox_forto expose mailbox routing.James Dabbs
Please check 6-0-stable for previous changes.