We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703f717 commit 2fd40c7Copy full SHA for 2fd40c7
1 file changed
config/environments/production.rb
@@ -77,12 +77,12 @@
77
78
smtp_settings = {
79
address: 'smtp.gmail.com',
80
- port: '587',
+ port: '465',
81
domain: 'berkeley.edu',
82
user_name: mail_smtp_username,
83
password: mail_smtp_password,
84
authentication: 'plain',
85
- enable_starttls_auto: true
+ tls: true
86
}
87
config.action_mailer.smtp_settings = smtp_settings
88
config.after_initialize do
0 commit comments