[feature/frontend] Let admins send test email to validate SMTP config (#2934)

* [feature/frontend] Let admins send test email to validate SMTP config

* wee
This commit is contained in:
tobi
2024-05-27 19:03:54 +02:00
committed by GitHub
parent 1e7b32490d
commit a276b1ca06
18 changed files with 276 additions and 52 deletions

View File

@@ -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.