First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 632fa6cf8e - Show all commits

View File

@@ -24,7 +24,6 @@ email:
port: port:
username: username:
password: password:
from:
security: security:
insecure_skip_verify: insecure_skip_verify:
secrets: secrets:

View File

@@ -45,7 +45,6 @@ type email struct {
Port string `yaml:"port"` Port string `yaml:"port"`
Username string `yaml:"username"` Username string `yaml:"username"`
Password string `yaml:"password"` Password string `yaml:"password"`
From string `yaml:"from"`
Security string `yaml:"security"` Security string `yaml:"security"`
InsecureSkipVerify bool `yaml:"insecure_skip_verify"` InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
} }