X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=dbfa6263f3f1b4fc60721126ba84f52598b4ebde;hb=53f21489a2f9737dc2a7f55417f9d9901f750107;hp=299d2ad019f7c15d8be45da8a8ba5bf9797cb9fd;hpb=f75212642756c89206051caa0e5ea62bc4e6d4c8;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"},