diff options
author | George Claghorn <george@basecamp.com> | 2019-04-14 12:15:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-14 12:15:54 -0400 |
commit | f480cfabcd9000b5817b610e21466299025b12d2 (patch) | |
tree | 7ff1d11bae5f2b781cd48d0465dc87d3decbae52 /actionmailbox/lib/rails | |
parent | 00b0c84a9b78ce720700b04cf5d1c5f091fe63ca (diff) | |
download | rails-f480cfabcd9000b5817b610e21466299025b12d2.tar.gz rails-f480cfabcd9000b5817b610e21466299025b12d2.tar.bz2 rails-f480cfabcd9000b5817b610e21466299025b12d2.zip |
Remove the Amazon SES ingress
It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
Diffstat (limited to 'actionmailbox/lib/rails')
-rw-r--r-- | actionmailbox/lib/rails/generators/installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |