summary refs log tree commit diff
path: root/docs/usage
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2023-12-12 11:28:56 +0100
committerGitHub <noreply@github.com>2023-12-12 10:28:56 +0000
commit9f6c64482535db0d0bc265a2d7d21ce4d618dd45 (patch)
tree675ebb54c2d8ac1731f937516c87f152102b0950 /docs/usage
parentBump isort from 5.13.0 to 5.13.1 (#16752) (diff)
downloadsynapse-9f6c64482535db0d0bc265a2d7d21ce4d618dd45.tar.xz
Add config to change the delay before sending a notification email (#16696)
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/configuration/config_documentation.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index dc92cc2992..560cd65977 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -680,6 +680,11 @@ This setting has the following sub-options:
    has missed. Disabled by default.
 * `notif_for_new_users`: Set to false to disable automatic subscription to email
    notifications for new users. Enabled by default.
+* `notif_delay_before_mail`: The time to wait before emailing about a notification.
+  This gives the user a chance to view the message via push or an open client.
+  Defaults to 10 minutes.
+
+  _New in Synapse 1.99.0._
 * `client_base_url`: Custom URL for client links within the email notifications. By default
    links will be based on "https://matrix.to". (This setting used to be called `riot_base_url`;
    the old name is still supported for backwards-compatibility but is now deprecated.)