#1620 add allowed domains for SMTP auth
This commit is contained in:
parent
373ef5d15e
commit
362d64df04
7 changed files with 39 additions and 13 deletions
|
@ -28,6 +28,7 @@ type AuthenticationForm struct {
|
|||
SMTPAuth string
|
||||
SMTPHost string
|
||||
SMTPPort int
|
||||
AllowedDomains string
|
||||
TLS bool
|
||||
SkipVerify bool
|
||||
AllowAutoRegister bool
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue