mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Add default verification and password templates
This commit is contained in:
parent
3082a5dee9
commit
9813a94220
11
res/default/password.eml
Normal file
11
res/default/password.eml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Date: {{.Date}}
|
||||||
|
From: noreply@example.com
|
||||||
|
To: {{.To}}
|
||||||
|
Message-ID: <{{.MessageId}}>
|
||||||
|
Subject: Confirm your email address for Matrix
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Disposition: inline
|
||||||
|
|
||||||
|
{{.Link}}
|
||||||
|
{{.Token}}
|
||||||
11
res/default/verification.eml
Normal file
11
res/default/verification.eml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Date: {{.Date}}
|
||||||
|
From: noreply@example.com
|
||||||
|
To: {{.To}}
|
||||||
|
Message-ID: <{{.MessageId}}>
|
||||||
|
Subject: Confirm your email address for Matrix
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Disposition: inline
|
||||||
|
|
||||||
|
{{.Link}}
|
||||||
|
{{.Token}}
|
||||||
Loading…
Reference in a new issue