diff options
author | kaniini <nenolod@gmail.com> | 2019-07-10 05:34:21 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-07-10 05:34:21 +0000 |
commit | d91231f0be2b2115b7e53aee8a07de6620d033d4 (patch) | |
tree | 32253756380f31002c726caa8782ab3e634d25c4 /docs/config.md | |
parent | b00620b378fea818bcbde49b70548a574b706796 (diff) | |
parent | 12b1454245fc2efba22d5633f65539dac727ee3d (diff) | |
download | pleroma-d91231f0be2b2115b7e53aee8a07de6620d033d4.tar.gz pleroma-d91231f0be2b2115b7e53aee8a07de6620d033d4.zip |
Merge branch 'feature/disable_send_emails' into 'develop'
[#1062] added option to disable send email
See merge request pleroma/pleroma!1389
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
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: |