Skip to content

Commit

Permalink
Setting a default from address for emails (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth authored Jul 19, 2024
1 parent 362b6fe commit a9d9a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
# config.action_mailer.raise_delivery_errors = false

config.action_mailer.delivery_method = :sendmail
config.action_mailer.default_options = {from: '[email protected]'}

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

0 comments on commit a9d9a8c

Please sign in to comment.