Skip to content

Commit

Permalink
Fixed reply to address
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 6, 2024
1 parent 493c83c commit ef28fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postservice/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef28fd0

Please sign in to comment.