diff --git a/config/environments/development.rb b/config/environments/development.rb index 749eef4..0013462 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -34,7 +34,7 @@ Rails.application.configure do config.active_storage.service = :local # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = true + config.action_mailer.raise_delivery_errors = false config.action_mailer.smtp_settings = { address: 'localhost', port: 25,