Allow optional SMTP TLS verification bypass

This commit is contained in:
Maxim
2026-07-31 23:31:22 +03:00
parent a987667233
commit 9e907f8455
3 changed files with 7 additions and 5 deletions

View File

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