mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-24 06:25:48 +00:00
do not bcc to TEST_EMAIL on live outpost sends
This commit is contained in:
parent
9b8c7f1563
commit
1d9af8dffd
@ -34,9 +34,9 @@ routerAdd(
|
|||||||
name: $app.settings().meta.senderName,
|
name: $app.settings().meta.senderName,
|
||||||
},
|
},
|
||||||
to: [{ address: to }],
|
to: [{ address: to }],
|
||||||
bcc: [process.env.TEST_EMAIL]
|
// bcc: [process.env.TEST_EMAIL]
|
||||||
.filter((e) => !!e)
|
// .filter((e) => !!e)
|
||||||
.map((e) => ({ address: e })),
|
// .map((e) => ({ address: e })),
|
||||||
subject: subject,
|
subject: subject,
|
||||||
html: body,
|
html: body,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user