summaryrefslogtreecommitdiff
path: root/web/template/email_test.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/email_test.tmpl')
-rw-r--r--web/template/email_test.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/template/email_test.tmpl b/web/template/email_test.tmpl
index d7af4d161..92e075e46 100644
--- a/web/template/email_test.tmpl
+++ b/web/template/email_test.tmpl
@@ -22,3 +22,10 @@ This is a test email from {{.InstanceName}} ({{.InstanceURL}}).
If you're seeing this email, that means the SMTP configuration is correct!
This email was sent by the admin user @{{.SendingUsername}}.
+{{- if .Message }}
+
+The following message was included by the admin user:
+
+{{ .Message }}
+{{- else }}
+{{- end }} \ No newline at end of file