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 /config/config.exs | |
parent | 2592b3c81a5af20536c3cc9709e3971d6cfb1e68 (diff) | |
download | pleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.tar.gz pleroma-10c156d98fee44444ed6d1366e615ddcdb2ee68a.zip |
[#114] SMTP deps and config.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 1401b0a3d..410b3c618 100644 --- a/config/config.exs +++ b/config/config.exs @@ -101,6 +101,8 @@ config :pleroma, :instance, finmoji_enabled: true, mrf_transparency: true +config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Local + config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because # of custom emoji. Issue #275 discusses defanging that somehow. |