|
|
|
@@ -2400,13 +2400,13 @@ email: |
|
|
|
# has missed. Disabled by default. |
|
|
|
# |
|
|
|
#enable_notifs: false |
|
|
|
enable_notifs: true |
|
|
|
enable_notifs: {{ matrix_synapse_email_enable_notifs|to_json }} |
|
|
|
|
|
|
|
# Uncomment the following to disable automatic subscription to email |
|
|
|
# notifications for new users. Enabled by default. |
|
|
|
# |
|
|
|
#notif_for_new_users: false |
|
|
|
notif_for_new_users: True |
|
|
|
notif_for_new_users: {{ matrix_synapse_email_notif_for_new_users|to_json }} |
|
|
|
|
|
|
|
# Custom URL for client links within the email notifications. By default |
|
|
|
# links will be based on "https://matrix.to". |
|
|
|
|