Skip to content

Commit 68c43ee

Browse files
committed
Remove emails from logs when sending
1 parent 4cff4ae commit 68c43ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/lib/node-mailer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function SmtpSendTemplate(
9898
senderName ? senderName : env.SMTP_NAME_FROM
9999
} <${
100100
senderEmail ? senderEmail : env.SMTP_EMAIL_FROM
101-
}>" to "${mailAddresses.join(';')}"`,
101+
}>" to ${mailAddresses.length} recipients.`,
102102
'node-mailer.ts',
103103
'SmtpSendTemplate',
104104
);

0 commit comments

Comments
 (0)