Skip to content
Snippets Groups Projects
Unverified Commit a6f178fb authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #1159 from noesya/change_smtp_to_brevo

Switch SendInBlue vers Brevo
parents 37fe251e a6c2544d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ module Osuny
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: "smtp-relay.sendinblue.com",
address: "smtp-relay.brevo.com",
port: 587,
user_name: ENV['SMTP_USER'],
password: ENV['SMTP_PASSWORD'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment