mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1731 from omnivore-app/fix/save-parsed-email-address
Save the parsed email address as the `to` field in received_emails
This commit is contained in:
commit
b4122db127
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ export function emailsServiceRouter() {
|
|||
const user = newsletterEmail.user
|
||||
const receivedEmail = await saveReceivedEmail(
|
||||
req.body.from,
|
||||
req.body.to,
|
||||
newsletterEmail.address,
|
||||
req.body.subject,
|
||||
req.body.text,
|
||||
req.body.html,
|
||||
|
|
|
|||
Loading…
Reference in a new issue