Add `mail` to make the gmail adapter in swoosh work
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 299d2ad019f7c15d8be45da8a8ba5bf9797cb9fd..dbfa6263f3f1b4fc60721126ba84f52598b4ebde 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -151,6 +151,8 @@ defmodule Pleroma.Mixfile do
       {:cors_plug, "~> 2.0"},
       {:web_push_encryption, "~> 0.3.1"},
       {:swoosh, "~> 1.0"},
+      # for gmail adapter in swoosh
+      {:mail, ">= 0.0.0"},
       {:phoenix_swoosh, "~> 0.3"},
       {:gen_smtp, "~> 0.13"},
       {:ex_syslogger, "~> 1.4"},