#1620 add allowed domains for SMTP auth

This commit is contained in:
Unknwon 2015-09-11 13:32:33 -04:00
parent 373ef5d15e
commit 362d64df04
7 changed files with 39 additions and 13 deletions

View file

@ -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