From ac469c2741871709e8cf3a6464729187c0102529 Mon Sep 17 00:00:00 2001 From: Nuwan Date: Fri, 8 Nov 2024 13:03:47 +0530 Subject: [PATCH] remove mailcatcher gem from Gemfile.alt --- web/Gemfile.alt | 2 +- web/config/environments/development.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/Gemfile.alt b/web/Gemfile.alt index df438d16e..4b79bebf2 100644 --- a/web/Gemfile.alt +++ b/web/Gemfile.alt @@ -159,7 +159,7 @@ gem 'logging', '1.7.2' gem 'rack-cors', '~> 1.0', '>= 1.0.6' -gem 'mailcatcher' +#gem 'mailcatcher' if ENV['FASTER_PATH'] == '1' diff --git a/web/config/environments/development.rb b/web/config/environments/development.rb index 0b38cafbb..b2f52c386 100644 --- a/web/config/environments/development.rb +++ b/web/config/environments/development.rb @@ -26,8 +26,8 @@ SampleApp::Application.configure do # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false - config.action_mailer.delivery_method = :smtp - config.action_mailer.smtp_settings = { address: '127.0.0.1', port: 1025, domain: '127.0.0.1' } + #config.action_mailer.delivery_method = :smtp + #config.action_mailer.smtp_settings = { address: '127.0.0.1', port: 1025, domain: '127.0.0.1' } # Print deprecation notices to the Rails logger config.active_support.deprecation = :log