diff options
author | Joas Schilling <coding@schilljs.com> | 2020-08-19 09:03:58 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-08-19 09:03:58 +0200 |
commit | c8f175e936ac33d81bcc9353845b69047da1c00f (patch) | |
tree | cb97f3ce7e7deac55afed4c7bf03247416b1bd1b /config | |
parent | 746e3f174fcd45ff5b6234263dc6371f9573a237 (diff) | |
download | nextcloud-server-c8f175e936ac33d81bcc9353845b69047da1c00f.tar.gz nextcloud-server-c8f175e936ac33d81bcc9353845b69047da1c00f.zip |
Allow to disable share emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a74c5ba577d..61d7130660d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1410,6 +1410,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 |