发送邮件正文图片链接改为内置附件
This commit is contained in:
@@ -34,6 +34,12 @@ const resendService = {
|
||||
params.message = null
|
||||
}
|
||||
|
||||
if (body.type === 'email.failed') {
|
||||
params.status = emailConst.status.FAILED
|
||||
params.resendEmailId = body.data.email_id
|
||||
params.message = body.data.failed.reason
|
||||
}
|
||||
|
||||
const emailRow = await emailService.updateEmailStatus(c, params)
|
||||
|
||||
if (!emailRow) {
|
||||
|
||||
Reference in New Issue
Block a user