Add some placeholders handling for e-mail template

This commit is contained in:
Maxime Dor
2017-09-06 23:08:47 +02:00
parent 1e3b832186
commit 158060a3b0
6 changed files with 48 additions and 9 deletions

View File

@@ -234,5 +234,9 @@ invite:
# The display name used in the e-mail
name: "Matrix Identity"
# The MIME content to send
# The MIME content to send, UTF-8 expected
#
# The following placeholders are possible:
# - %SENDER_DISPLAY_NAME%
# - %ROOM_NAME%
contentPath: "/absolute/path/to/file"