mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 11:15:54 +02: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