We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f574951 commit b8e2d2eCopy full SHA for b8e2d2e
config/environments/production.rb
@@ -100,7 +100,7 @@
100
config.action_mailer.smtp_settings = {
101
address: ENV["SMTP_ADDRESS"].presence,
102
port: ENV["SMTP_PORT"].presence&.to_i || 587,
103
- username: ENV["SMTP_USER_NAME"].presence,
+ user_name: ENV["SMTP_USER_NAME"].presence,
104
password: ENV["SMTP_PASSWORD"].presence,
105
authentication: ENV["SMTP_AUTHENTICATION"].presence || "plain",
106
enable_starttls_auto: ENV["SMTP_STARTTLS_AUTO"] != "false", # defaults to true
0 commit comments