fix: switch to brevo
This commit is contained in:
parent
8b14bc0db6
commit
72abc0114f
1 changed files with 3 additions and 0 deletions
|
@ -122,4 +122,7 @@ if config_env() == :prod do
|
||||||
# config :swoosh, :api_client, Swoosh.ApiClient.Hackney
|
# config :swoosh, :api_client, Swoosh.ApiClient.Hackney
|
||||||
#
|
#
|
||||||
# See https://hexdocs.pm/swoosh/Swoosh.html#module-installation for details.
|
# 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
|
end
|
||||||
|
|
Loading…
Reference in a new issue