mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 18:12:26 -05: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:
parent
1e7b32490d
commit
a276b1ca06
18 changed files with 276 additions and 52 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue