Skip to content

Commit

Permalink
Merge pull request #9320 from mfo/US/sib-to-brevo
Browse files Browse the repository at this point in the history
tech(smtp): passe du relai SMTP de SendInBlue vers le relai SMTP Brevo
  • Loading branch information
mfo authored Jul 18, 2023
2 parents dc56756 + 2c3cce1 commit f313e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/sendinblue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class SMTP < ::Mail::SMTP; end
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
}
Expand Down

0 comments on commit f313e4e

Please sign in to comment.