From ef28fd0aafce5ec74a1b525d024873071125e296 Mon Sep 17 00:00:00 2001 From: Paul Haedrich Date: Tue, 6 Feb 2024 11:28:57 +0100 Subject: [PATCH] Fixed reply to address --- postservice/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/postservice/src/index.ts b/postservice/src/index.ts index 5b3f69d..6ba0f09 100644 --- a/postservice/src/index.ts +++ b/postservice/src/index.ts @@ -143,6 +143,7 @@ app.post("/mail/forward", async (c) => { name: `Just A Temp`, }, subject: "📮 Forward – " + mail["subject"], + reply_to: { email: mail["from"] }, content: [ { type: "text/plain",