From 2493954be38a621aa5aaf1c94988e2d9feabf96f Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 21 Apr 2022 19:01:54 -0600 Subject: [PATCH] Re-add swoosh api client to false --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 8be792c..0ffcbbd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -27,7 +27,7 @@ config :aggiedit, AggieditWeb.Endpoint, config :aggiedit, Aggiedit.Mailer, adapter: Swoosh.Adapters.Local # Swoosh API client is needed for adapters other than SMTP. -# config :swoosh, :api_client, false +config :swoosh, :api_client, false # Configure esbuild (the version is required) config :esbuild,