1
This commit is contained in:
parent
6f187c3f55
commit
096de683f2
@ -53,7 +53,7 @@ func (this* hero) internalSendMail(dbIdx int64, accountAddress string, mailName
|
|||||||
if mailCfg == nil {
|
if mailCfg == nil {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
nowTime := f5.GetApp().GetRealSeconds()
|
nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
|
||||||
subject := mailMeta.GetTitle()
|
subject := mailMeta.GetTitle()
|
||||||
content := ""
|
content := ""
|
||||||
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)
|
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user