Use explicit name to avoid unknown constant errors
This commit is contained in:
parent
65a280660d
commit
e8cdded515
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Rails.application.configure do
|
||||||
if ENV['HELO_ENABLED'] == 'enabled'
|
if ENV['HELO_ENABLED'] == 'enabled'
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
user_name: APPLICATION_NAME,
|
user_name: 'demarches-simplifiees',
|
||||||
password: '',
|
password: '',
|
||||||
address: '127.0.0.1',
|
address: '127.0.0.1',
|
||||||
domain: '127.0.0.1',
|
domain: '127.0.0.1',
|
||||||
|
|
Loading…
Reference in a new issue