diff options
Diffstat (limited to 'config/mail.yml')
| -rw-r--r-- | config/mail.yml | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/config/mail.yml b/config/mail.yml index e2d15c3..6c0435d 100644 --- a/config/mail.yml +++ b/config/mail.yml | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | production: | 1 | production: |
| 2 | smtp_settings: | 2 | smtp_settings: |
| 3 | address: "smtp.sendgrid.com" | 3 | address: "mail.smtp2go.com" |
| 4 | port: 587 | 4 | port: 2525 |
| 5 | user_name: "apikey" | 5 | user_name: "fourisland.com" |
| 6 | password: <%= Rails.application.credentials.sendgrid_api_key %> | 6 | password: <%= Rails.application.credentials.smtp2go_password %> |
| 7 | authentication: "plain" | 7 | authentication: "plain" |
| 8 | openssl_verify_mode: "none" | 8 | openssl_verify_mode: "none" |
