Merge pull request #6181 from tchak/fix-smtp-config

Use explicit name to avoid unknown constant errors
This commit is contained in:
Paul Chavard 2021-05-06 16:31:54 +02:00 committed by GitHub
commit 611afa2014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ Rails.application.configure do
if ENV['HELO_ENABLED'] == 'enabled'
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
user_name: APPLICATION_NAME,
user_name: 'demarches-simplifiees',
password: '',
address: '127.0.0.1',
domain: '127.0.0.1',