Reply to the original sender of the forwarded email

This commit is contained in:
Hongbo Wu
2022-07-06 21:16:55 +08:00
parent 620ace93d1
commit e5518e9f23

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) {