注册邮件校验

This commit is contained in:
meixiongfeng 2023-03-08 17:30:38 +08:00
parent 6fe3d364b8
commit cbeed70753

View File

@ -154,7 +154,7 @@ func (this *Mail) SendMailByCid(session comm.IUserSession, cid string, res []*pb
// 获取额外配置
conf := this.configure.GetMailConf(cid)
if conf != nil {
if conf == nil {
this.Errorf("can't found mail by cid: %s", cid)
return false
}