:new:新增了邮件工具

This commit is contained in:
coward
2024-03-22 11:40:34 +08:00
parent 86c76add17
commit 8bcd3266d6
5 changed files with 106 additions and 5 deletions

2
go.mod
View File

@@ -97,5 +97,7 @@ require (
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)