diff --git a/postservice/src/index.ts b/postservice/src/index.ts index 6ba0f09..73da563 100644 --- a/postservice/src/index.ts +++ b/postservice/src/index.ts @@ -147,7 +147,7 @@ app.post("/mail/forward", async (c) => { content: [ { type: "text/plain", - value: mail["content-plain"] + "\n \nForwarded by justatemp.com on your request.", + value: mail["content-plain"] + "\n \nForwarded by justatemp.com, yet another temporary email generator." + "\n If you believe this is a mistake or the service is being abused, please contact us at security@justatemp.com.", }, ], }),