Skip to content

Commit

Permalink
Merge pull request #170 from etalab/chore/default-from-mailing
Browse files Browse the repository at this point in the history
Change default_from for mailing
  • Loading branch information
SchweisguthN authored Apr 23, 2024
2 parents f609789 + 46317e5 commit 7c38ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Application < Rails::Application

config.action_mailer.preview_paths = [Rails.root.join('spec/mailers/previews')]

config.default_from = 'support@datapass.api.gouv.fr'
config.default_from = 'notifications@api.gouv.fr'

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 7c38ac0

Please sign in to comment.