Merge pull request #9320 from mfo/US/sib-to-brevo
tech(smtp): passe du relai SMTP de SendInBlue vers le relai SMTP Brevo
This commit is contained in:
commit
f313e4eaed
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ if ENV.key?('SENDINBLUE_BALANCING_VALUE')
|
|||
ActionMailer::Base.sendinblue_settings = {
|
||||
user_name: Rails.application.secrets.sendinblue[:username],
|
||||
password: Rails.application.secrets.sendinblue[:smtp_key],
|
||||
address: 'smtp-relay.sendinblue.com',
|
||||
domain: 'smtp-relay.sendinblue.com',
|
||||
address: 'smtp-relay.brevo.com',
|
||||
domain: 'smtp-relay.brevo.com',
|
||||
port: '587',
|
||||
authentication: :cram_md5
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue