mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
#1620 add allowed domains for SMTP auth
This commit is contained in:
@@ -28,6 +28,7 @@ type AuthenticationForm struct {
|
||||
SMTPAuth string
|
||||
SMTPHost string
|
||||
SMTPPort int
|
||||
AllowedDomains string
|
||||
TLS bool
|
||||
SkipVerify bool
|
||||
AllowAutoRegister bool
|
||||
|
Reference in New Issue
Block a user