:new:新增了邮件工具
This commit is contained in:
9
config/mail.go
Normal file
9
config/mail.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
type mail struct {
|
||||
Host string `json:"host" yaml:"host"`
|
||||
Port int `json:"port" yaml:"port"`
|
||||
User string `json:"user" yaml:"user"`
|
||||
Password string `json:"password" yaml:"password"`
|
||||
SkipTls bool `json:"skipTls" yaml:"skipTls"`
|
||||
}
|
||||
Reference in New Issue
Block a user