mirror of
https://github.com/certd/certd.git
synced 2026-04-25 05:07:25 +08:00
chore:
This commit is contained in:
@@ -89,7 +89,7 @@ export class EmailService implements IEmailService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let subject = email.subject;
|
let subject = email.subject;
|
||||||
if (!subject.startsWith(`【${sysTitle}】`)) {
|
if (!subject.includes(`【${sysTitle}】`)) {
|
||||||
subject = `【${sysTitle}】${subject}`;
|
subject = `【${sysTitle}】${subject}`;
|
||||||
}
|
}
|
||||||
const mailOptions = {
|
const mailOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user