This commit is contained in:
shoopea
2024-11-17 17:00:52 +01:00
parent 9a9db972a7
commit cd94f48b8a
3 changed files with 14 additions and 15 deletions

View File

@@ -17,7 +17,6 @@ type Email struct {
}
type EmailConfig struct {
Active bool `json:"active"`
SmtpHost string `json:"smtp"`
FromEmail string `json:"email_from"`
ToEmail []string `json:"email_to"`