pull/273/head
xiaojunnuo 2024-12-11 11:38:28 +08:00
parent e1e5347476
commit 71b5aaf8ab
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export class EmailService implements IEmailService {
}
}
let subject = email.subject;
if (!subject.startsWith(`${sysTitle}`)) {
if (!subject.includes(`${sysTitle}`)) {
subject = `${sysTitle}${subject}`;
}
const mailOptions = {