mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[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:
@ -201,7 +201,9 @@ type MediaCleanupRequest struct {
|
||||
// AdminSendTestEmailRequest models a test email send request (woah).
|
||||
type AdminSendTestEmailRequest struct {
|
||||
// Email address to send the test email to.
|
||||
Email string `form:"email" json:"email" xml:"email"`
|
||||
Email string `form:"email" json:"email"`
|
||||
// Optional message to include in the test email.
|
||||
Message string `form:"message" json:"message"`
|
||||
}
|
||||
|
||||
type AdminInstanceRule struct {
|
||||
|
Reference in New Issue
Block a user