diff --git a/res/default/password.eml b/res/default/password.eml new file mode 100644 index 000000000..863e39e65 --- /dev/null +++ b/res/default/password.eml @@ -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}} diff --git a/res/default/verification.eml b/res/default/verification.eml new file mode 100644 index 000000000..863e39e65 --- /dev/null +++ b/res/default/verification.eml @@ -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}}