Skip to content

Commit

Permalink
Switch from SMTP to sendmail for delivering mail (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth authored Jul 19, 2024
1 parent 70664d3 commit 362b6fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false

config.action_mailer.delivery_method = :sendmail

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
Expand Down

0 comments on commit 362b6fe

Please sign in to comment.