mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add to address on email not forwarded logs
This commit is contained in:
parent
1e63899748
commit
e6833fddff
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export function emailsServiceRouter() {
|
|||
})
|
||||
|
||||
if (!result) {
|
||||
logger.error('Email not forwarded')
|
||||
logger.error('Email not forwarded: ', { to: user.email })
|
||||
res.status(500).send('Failed to send email')
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue