From a4a1e2db546d6256a9b8dfc37c3e17bdc11fc090 Mon Sep 17 00:00:00 2001 From: Yigid BALABAN Date: Mon, 16 Sep 2024 23:53:41 +0300 Subject: [PATCH] i know i should've made these parts optional, but here we are --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58bb01f..3496dae 100644 --- a/index.js +++ b/index.js @@ -65,7 +65,7 @@ app.post("/api/mail", ipFilter, mailRouteLimiter, (req, res) => { const { subject, text, recipient } = req.body; const mail = { - from: `"Arbeit Mail Hizmeti" <${SENDER_EMAIL}>`, + from: `"Arbeit Mail Service" <${SENDER_EMAIL}>`, to: recipient, replyTo: "noreply@arbeit.studio", subject,