From a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 27 May 2024 19:03:54 +0200 Subject: [feature/frontend] Let admins send test email to validate SMTP config (#2934) * [feature/frontend] Let admins send test email to validate SMTP config * wee --- internal/email/test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/email/test.go') diff --git a/internal/email/test.go b/internal/email/test.go index 7d6ac2b3b..762711b76 100644 --- a/internal/email/test.go +++ b/internal/email/test.go @@ -25,6 +25,8 @@ const ( type TestData struct { // Username of admin user who sent the test. SendingUsername string + // (Optional) message to include in the email. + Message string // URL of the instance to present to the receiver. InstanceURL string // Name of the instance to present to the receiver. -- cgit v1.2.3