diff --git a/app/services/invoice/email.server.ts b/app/services/invoice/email.server.ts index d9c797f..9f30c0c 100644 --- a/app/services/invoice/email.server.ts +++ b/app/services/invoice/email.server.ts @@ -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,