[#114] SMTP deps and config.
[akkoma] / config / config.exs
index 8d2fdd40d7ba10de9abdd44c3160a2ae5994cb33..410b3c618d84b81d6478ce131cc43f5de456417a 100644 (file)
@@ -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.
@@ -126,7 +128,10 @@ config :pleroma, :fe,
   formatting_options_enabled: false,
   collapse_message_with_subject: false,
   hide_post_stats: false,
-  hide_user_stats: false
+  hide_user_stats: false,
+  scope_copy: true,
+  subject_line_behavior: "email",
+  always_show_subject_input: true
 
 config :pleroma, :activitypub,
   accept_blocks: true,