bcc
This commit is contained in:
@@ -117,6 +117,7 @@ async function sendInvoiceEmail(invoice, recipientEmail, customText, stripePayme
|
|||||||
const mailOptions = {
|
const mailOptions = {
|
||||||
from: '"Bay Area Affiliates Inc. Accounting" <accounting@bayarea-cc.com>',
|
from: '"Bay Area Affiliates Inc. Accounting" <accounting@bayarea-cc.com>',
|
||||||
to: recipientEmail,
|
to: recipientEmail,
|
||||||
|
bcc: 'accounting@bayarea-cc.com',
|
||||||
subject: `Invoice #${invoice.invoice_number || invoice.id} from Bay Area Affiliates, Inc.`,
|
subject: `Invoice #${invoice.invoice_number || invoice.id} from Bay Area Affiliates, Inc.`,
|
||||||
html: htmlContent,
|
html: htmlContent,
|
||||||
attachments: [
|
attachments: [
|
||||||
|
|||||||
Reference in New Issue
Block a user