diff --git a/config/environments/production.rb b/config/environments/production.rb index 7d966a1..465f00f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -77,12 +77,12 @@ smtp_settings = { address: 'smtp.gmail.com', - port: '587', + port: '465', domain: 'berkeley.edu', user_name: mail_smtp_username, password: mail_smtp_password, authentication: 'plain', - enable_starttls_auto: true + tls: true } config.action_mailer.smtp_settings = smtp_settings config.after_initialize do