深化smtp文件的支持

This commit is contained in:
Yun
2025-11-21 14:01:43 +08:00
parent f2b8345e93
commit b3a87d0b54
16 changed files with 2075 additions and 200 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type EmailFactoryInterface interface {
}
type DefaultEmail struct {
Options EmailOption
Options Options // 配置信息
EmailType EmailType
}