更新
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ type Aliyun struct {
|
||||
func NewAliyun() *Aliyun {
|
||||
aliyun := &Aliyun{}
|
||||
aliyun.Options = interfaces.DefaultOptions()
|
||||
aliyun.EmailType = "Aliyun"
|
||||
aliyun.EmailType = interfaces.EmailTypeAliyun
|
||||
return aliyun
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user