feat(email): always BCC shop@linumiq.com on outgoing invoice mails
This commit is contained in:
@@ -94,6 +94,7 @@ export async function sendInvoiceEmail(
|
||||
const info = await transporter.sendMail({
|
||||
from: `"${fromName}" <${fromEmail}>`,
|
||||
to,
|
||||
bcc: "shop@linumiq.com",
|
||||
replyTo: settings.smtpReplyTo || undefined,
|
||||
subject,
|
||||
text: body.text,
|
||||
|
||||
Reference in New Issue
Block a user