summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-19 09:03:58 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-19 11:04:29 +0200
commit16021c93ed164d8314c3557403342f1a08b94a97 (patch)
treeaf0f232cbd8210839f3cb852ef3d41362e4e1d89 /config
parentfd9ebeefa2f30bb988c88648bd00cfd7c40df7ae (diff)
downloadnextcloud-server-16021c93ed164d8314c3557403342f1a08b94a97.tar.gz
nextcloud-server-16021c93ed164d8314c3557403342f1a08b94a97.zip
Allow to disable share emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 73ee71ce741..c099b81bd7c 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1385,6 +1385,11 @@ $CONFIG = [
*/
'sharing.force_share_accept' => false,
+/**
+ * Set to false to stop sending a mail when users receive a share
+ */
+'sharing.enable_share_mail' => true,
+
/**
* All other configuration options