X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=dbfa6263f3f1b4fc60721126ba84f52598b4ebde;hb=46c270ead83de020bedad95c4e40004fae45cd28;hp=299d2ad019f7c15d8be45da8a8ba5bf9797cb9fd;hpb=9c7178286116d61a565fcba61ec64b20fec3a28a;p=akkoma diff --git a/mix.exs b/mix.exs index 299d2ad01..dbfa6263f 100644 --- 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"},