Fix SMTP settings
This commit is contained in:
parent
212586b660
commit
5989d40d66
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ production:
|
|||
password: <%= Rails.application.credentials.sendgrid_api_key %>
|
||||
authentication: plain
|
||||
enable_starttls_auto: true
|
||||
openssl_verify_mode: peer
|
||||
openssl_verify_mode: none
|
||||
|
|
Reference in a new issue