Skip to content

Commit

Permalink
fix: add bcc to sendInvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Aug 27, 2024
1 parent b0bb32b commit 4ba22f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/trpc/admin/invoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export const adminInvoiceRoutes = ({
from: `${invoice.companyDetails.name} <[email protected]>`,
replyTo: invoice.companyDetails.email,
to: invoice.clientDetails.email,
bcc: invoice.companyDetails.emailBcc,
subject,
html: body,
attachments
Expand Down

0 comments on commit 4ba22f7

Please sign in to comment.