diff options
Diffstat (limited to 'config/mail.yml')
-rw-r--r-- | config/mail.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/mail.yml b/config/mail.yml index 3c88234..e2d15c3 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: "" | 3 | address: "smtp.sendgrid.com" |
4 | port: 25 | 4 | port: 587 |
5 | user_name: "" | 5 | user_name: "apikey" |
6 | password: "" | 6 | password: <%= Rails.application.credentials.sendgrid_api_key %> |
7 | authentication: "" | 7 | authentication: "plain" |
8 | openssl_verify_mode: "" | 8 | openssl_verify_mode: "none" |