aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorMaksim <parallel588@gmail.com>2019-07-10 05:34:21 +0000
committerkaniini <nenolod@gmail.com>2019-07-10 05:34:21 +0000
commit12b1454245fc2efba22d5633f65539dac727ee3d (patch)
tree32253756380f31002c726caa8782ab3e634d25c4 /docs/config.md
parentb00620b378fea818bcbde49b70548a574b706796 (diff)
downloadpleroma-12b1454245fc2efba22d5633f65539dac727ee3d.tar.gz
[#1062] added option to disable send email
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 931155fe9..01730ec16 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -41,6 +41,7 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
## Pleroma.Emails.Mailer
* `adapter`: one of the mail adapters listed in [Swoosh readme](https://github.com/swoosh/swoosh#adapters), or `Swoosh.Adapters.Local` for in-memory mailbox.
* `api_key` / `password` and / or other adapter-specific settings, per the above documentation.
+* `enabled`: Allows enable/disable send emails. Default: `false`.
An example for Sendgrid adapter: