From b0797d241df790c0f3d563eadb35a5f75afee7dc Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Thu, 26 Dec 2024 20:16:16 +0200 Subject: [PATCH] fix: don't copy from chatgpt --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index cb05007..ce78712 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -122,7 +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 :your_app, YourApp.Mailer, + config :exmr, Exmr.Mailer, adapter: Swoosh.Adapters.SMTP, relay: "smtp.elasticemail.com", port: 2525,