mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +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,
|
||||
},
|
||||
to: [{ address: to }],
|
||||
bcc: [process.env.TEST_EMAIL]
|
||||
.filter((e) => !!e)
|
||||
.map((e) => ({ address: e })),
|
||||
// bcc: [process.env.TEST_EMAIL]
|
||||
// .filter((e) => !!e)
|
||||
// .map((e) => ({ address: e })),
|
||||
subject: subject,
|
||||
html: body,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user