Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
haitzlm authored and Thomas Scherz committed Jul 23, 2024
1 parent bf2ed30 commit 157469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# Store the base url from where request is received.
config.action_mailer.default_url_options = { host: ENV['APP_PORTFOLIO_PRODUCTION_MAILER_URL'] }

#updated for tls and sendmail
# updated for tls and sendmail
config.action_mailer.smtp_settings = {
enable_starttls_auto: true,
port: 25,
Expand Down

0 comments on commit 157469e

Please sign in to comment.