This commit is contained in:
Yun
2025-08-30 18:14:09 +08:00
parent 54b1974509
commit 139330aee2
5 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type Smtp struct {
func NewSmtp() *Smtp {
smtp := &Smtp{}
smtp.Options = interfaces.DefaultOptions()
smtp.EmailType = "Smtp"
smtp.EmailType = interfaces.EmailTypeSmtp
return smtp
}