mirror of
https://gitee.com/gitea/gitea
synced 2025-12-27 10:46:36 +08:00
Test mailer button. Addresses #1531
This commit is contained in:
@@ -183,3 +183,9 @@ func SendCollaboratorMail(r macaron.Render, u, doer *models.User, repo *models.R
|
||||
SendAsync(msg)
|
||||
return nil
|
||||
}
|
||||
|
||||
func SendTestMail(u *models.User) {
|
||||
msg := NewMessage([]string{u.Email}, "Gogs Test Email!", "Gogs Test Email!")
|
||||
|
||||
SendAsync(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user