remove mailcatcher gem from Gemfile.alt
This commit is contained in:
parent
d7a4e46355
commit
ac469c2741
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue