i know i should've made these parts optional, but here we are
This commit is contained in:
parent
3f4c217ee0
commit
a4a1e2db54
2
index.js
2
index.js
@ -65,7 +65,7 @@ app.post("/api/mail", ipFilter, mailRouteLimiter, (req, res) => {
|
|||||||
const { subject, text, recipient } = req.body;
|
const { subject, text, recipient } = req.body;
|
||||||
|
|
||||||
const mail = {
|
const mail = {
|
||||||
from: `"Arbeit Mail Hizmeti" <${SENDER_EMAIL}>`,
|
from: `"Arbeit Mail Service" <${SENDER_EMAIL}>`,
|
||||||
to: recipient,
|
to: recipient,
|
||||||
replyTo: "noreply@arbeit.studio",
|
replyTo: "noreply@arbeit.studio",
|
||||||
subject,
|
subject,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user