remove mailcatcher gem from Gemfile.alt

This commit is contained in:
Nuwan 2024-11-08 13:03:47 +05:30
parent d7a4e46355
commit ac469c2741
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ gem 'logging', '1.7.2'
gem 'rack-cors', '~> 1.0', '>= 1.0.6' gem 'rack-cors', '~> 1.0', '>= 1.0.6'
gem 'mailcatcher' #gem 'mailcatcher'
if ENV['FASTER_PATH'] == '1' if ENV['FASTER_PATH'] == '1'

View File

@ -26,8 +26,8 @@ SampleApp::Application.configure do
# Don't care if the mailer can't send # Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :smtp #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.smtp_settings = { address: '127.0.0.1', port: 1025, domain: '127.0.0.1' }
# Print deprecation notices to the Rails logger # Print deprecation notices to the Rails logger
config.active_support.deprecation = :log config.active_support.deprecation = :log