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 /lib/pleroma/emails/mailer.ex | |
parent | 2592b3c81a5af20536c3cc9709e3971d6cfb1e68 (diff) | |
download | pleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.tar.gz |
[#114] SMTP deps and config.
Diffstat (limited to 'lib/pleroma/emails/mailer.ex')
-rw-r--r-- | lib/pleroma/emails/mailer.ex | 3 |
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 |