fix(mailtrap): update to 2024 config
This commit is contained in:
parent
36fc535386
commit
32bcf5b75d
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ if ENV.fetch('MAILTRAP_ENABLED') == 'enabled'
|
|||
ActionMailer::Base.mailtrap_settings = {
|
||||
user_name: Rails.application.secrets.mailtrap[:username],
|
||||
password: Rails.application.secrets.mailtrap[:password],
|
||||
address: 'smtp.mailtrap.io',
|
||||
domain: 'smtp.mailtrap.io',
|
||||
address: 'sandbox.smtp.mailtrap.io',
|
||||
domain: 'sandbox.smtp.mailtrap.io',
|
||||
port: '2525',
|
||||
authentication: :cram_md5
|
||||
authentication: :login
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue