summary refs log tree commit diff
path: root/changelog.d/4052.feature
blob: 0c01f06880cf33b280896e9b8ac4faf07f5128b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Ship the example email templates as part of the package

**Note**: if you deploy your Synapse instance from a git checkout or a github
snapshot URL, then this means that the example email templates will no longer
be installed in `res/templates`. If you have email notifications enabled, you
should ensure that `email.template_dir` is either configured to point at a
directory where you have installed customised templates, or leave it unset to
use the default templates.

The configuration parser will try to detect the situation where
`email.template_dir` is incorrectly set to `res/templates` and do the right
thing, but will warn about this.