Merge branch 'master' into chore-code-cleanup

# Conflicts:
#	go.mod
#	go.sum
This commit is contained in:
Christoph Haas
2025-03-09 21:17:47 +01:00
15 changed files with 656 additions and 497 deletions

View File

@@ -149,7 +149,7 @@ func defaultConfig() *Config {
Host: "127.0.0.1",
Port: 25,
Encryption: MailEncryptionNone,
CertValidation: false,
CertValidation: true,
Username: "",
Password: "",
AuthType: MailAuthPlain,