Merge pull request #931 from omnivore-app/feature/reply-to-original-email

Reply to the original sender of the forwarded email
This commit is contained in:
Jackson Harper 2022-07-08 13:21:25 -07:00 committed by GitHub
commit 9c6814d381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@ export function emailsServiceRouter() {
to: newsletterEmail.user.email,
subject: `Fwd: ${data.subject}`,
html: data.html,
replyTo: data.from,
})
if (!result) {