fix: switch to brevo

This commit is contained in:
Vladimir Rubin 2024-12-26 20:58:02 +02:00
parent 8b14bc0db6
commit 72abc0114f
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -122,4 +122,7 @@ if config_env() == :prod do
# config :swoosh, :api_client, Swoosh.ApiClient.Hackney
#
# See https://hexdocs.pm/swoosh/Swoosh.html#module-installation for details.
config :exmr, Exmr.Mailer,
adapter: Swoosh.Adapters.Brevo,
api_key: System.get_env("BREVO_EMAIL_API_KEY")
end