i know i should've made these parts optional, but here we are

This commit is contained in:
yigid balaban 2024-09-16 23:53:41 +03:00
parent 3f4c217ee0
commit a4a1e2db54
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

@ -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,