From f480cfabcd9000b5817b610e21466299025b12d2 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 14 Apr 2019 12:15:54 -0400 Subject: Remove the Amazon SES ingress It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1. --- actionmailbox/lib/rails/generators/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailbox/lib/rails/generators/installer.rb') diff --git a/actionmailbox/lib/rails/generators/installer.rb b/actionmailbox/lib/rails/generators/installer.rb index 25cf528ef5..2864ea4e62 100644 --- a/actionmailbox/lib/rails/generators/installer.rb +++ b/actionmailbox/lib/rails/generators/installer.rb @@ -5,6 +5,6 @@ copy_file "#{__dir__}/mailbox/templates/application_mailbox.rb", "app/mailboxes/ environment <<~end_of_config, env: "production" # Prepare the ingress controller used to receive mail - # config.action_mailbox.ingress = :amazon + # config.action_mailbox.ingress = :postfix end_of_config -- cgit v1.2.3