优化smtp的代码

This commit is contained in:
Yun
2025-11-21 11:48:53 +08:00
parent de528fd09b
commit f2b8345e93
6 changed files with 731 additions and 141 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type EmailFactoryInterface interface {
}
type DefaultEmail struct {
Options emailOption
Options EmailOption
EmailType EmailType
}