注册邮件校验
This commit is contained in:
parent
6fe3d364b8
commit
cbeed70753
@ -154,7 +154,7 @@ func (this *Mail) SendMailByCid(session comm.IUserSession, cid string, res []*pb
|
|||||||
|
|
||||||
// 获取额外配置
|
// 获取额外配置
|
||||||
conf := this.configure.GetMailConf(cid)
|
conf := this.configure.GetMailConf(cid)
|
||||||
if conf != nil {
|
if conf == nil {
|
||||||
this.Errorf("can't found mail by cid: %s", cid)
|
this.Errorf("can't found mail by cid: %s", cid)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user