diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-10 20:20:50 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-12 17:01:34 +0300 |
commit | 10c156d98fee44444ed6d1366e615ddcdb2ee68a (patch) | |
tree | 8643f875436b2031e2289c4ce7dd56d72b08ef10 /mix.exs | |
parent | 2592b3c81a5af20536c3cc9709e3971d6cfb1e68 (diff) | |
download | pleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.tar.gz pleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.zip |
[#114] SMTP deps and config.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -75,7 +75,9 @@ defmodule Pleroma.Mixfile do git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, {:cors_plug, "~> 1.5"}, {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false}, - {:web_push_encryption, "~> 0.2.1"} + {:web_push_encryption, "~> 0.2.1"}, + {:swoosh, "~> 0.20"}, + {:gen_smtp, "~> 0.13"} ] end |