Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Yun
2025-11-20 18:56:15 +08:00
9 changed files with 63 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type Smtp struct {
func NewSmtp() *Smtp {
smtp := &Smtp{}
smtp.Options = interfaces.DefaultOptions()
smtp.EmailType = "Smtp"
smtp.EmailType = interfaces.EmailTypeSmtp
return smtp
}