Allow optional SMTP TLS verification bypass
This commit is contained in:
1
store.go
1
store.go
@@ -67,6 +67,7 @@ type EmailSettings struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password,omitempty"`
|
||||
HasPassword bool `json:"hasPassword"`
|
||||
SkipTLSVerify bool `json:"skipTlsVerify"`
|
||||
From string `json:"from"`
|
||||
To string `json:"to"`
|
||||
IntervalMinutes int `json:"intervalMinutes"`
|
||||
|
||||
Reference in New Issue
Block a user