aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2018-12-10 20:20:50 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2018-12-12 17:01:34 +0300
commit10c156d98fee44444ed6d1366e615ddcdb2ee68a (patch)
tree8643f875436b2031e2289c4ce7dd56d72b08ef10 /lib
parent2592b3c81a5af20536c3cc9709e3971d6cfb1e68 (diff)
downloadpleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.tar.gz
[#114] SMTP deps and config.
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/emails/mailer.ex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pleroma/emails/mailer.ex b/lib/pleroma/emails/mailer.ex
new file mode 100644
index 000000000..14ed32ea8
--- /dev/null
+++ b/lib/pleroma/emails/mailer.ex
@@ -0,0 +1,3 @@
+defmodule Pleroma.Mailer do
+ use Swoosh.Mailer, otp_app: :pleroma
+end