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({
|
const info = await transporter.sendMail({
|
||||||
from: `"${fromName}" <${fromEmail}>`,
|
from: `"${fromName}" <${fromEmail}>`,
|
||||||
to,
|
to,
|
||||||
|
bcc: "shop@linumiq.com",
|
||||||
replyTo: settings.smtpReplyTo || undefined,
|
replyTo: settings.smtpReplyTo || undefined,
|
||||||
subject,
|
subject,
|
||||||
text: body.text,
|
text: body.text,
|
||||||
|
|||||||
Reference in New Issue
Block a user