更新
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user