Skip to content

Commit

Permalink
Quickfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Luthe authored and Simon Luthe committed Aug 8, 2024
1 parent 2e76995 commit 0128e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async function sendContactEmail(senderEmail, content) {
await transporter.sendMail({
from: process.env.EMAIL_FROM,
to: process.env.CONTACT_EMAIL || process.env.EMAIL_FROM,
subject: `Neue Kontaktanfrage: ${email}`,
subject: `Neue Kontaktanfrage: ${senderEmail}`,
html: renderedTemplate,
replyTo: senderEmail
});
Expand Down

0 comments on commit 0128e54

Please sign in to comment.