mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
bcc email notifications to TEST_EMAIL
This commit is contained in:
parent
5d6ba0caf0
commit
b3879d6645
@ -113,7 +113,9 @@ const mkNotificationProcessor =
|
||||
name: $app.settings().meta.senderName,
|
||||
},
|
||||
to: [{ address: to }],
|
||||
bcc: [{ address: `pockethost+notifications@benallfree.com` }],
|
||||
bcc: [process.env.TEST_EMAIL]
|
||||
.filter((e) => !!e)
|
||||
.map((e) => ({ address: e })),
|
||||
subject,
|
||||
html,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user