Do not complain about SMTP problems in dev mode
This commit is contained in:
parent
f74b3d95ec
commit
932a43daac
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue