Essai de configuration smtp, pour gérer soucis de certificat
This commit is contained in:
parent
74b76a70a3
commit
1a2945fc47
@ -64,7 +64,7 @@ Rails.application.configure do
|
||||
# Ignore bad email addresses and do not raise email delivery errors.
|
||||
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.smtp_settings.openssl_verify_mode = 'none'
|
||||
config.action_mailer.smtp_settings = { openssl_verify_mode: 'none' }
|
||||
|
||||
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
||||
# the I18n.default_locale when a translation cannot be found).
|
||||
|
Loading…
Reference in New Issue
Block a user