diff --git a/app.js b/app.js index c90ef77..011915a 100644 --- a/app.js +++ b/app.js @@ -184,7 +184,7 @@ app.post('/contact', async (req, res) => { // Set up email options let mailOptions = { - from: `"${name}" `, + from: `"${name}" <${process.env.RECEIVER_EMAIL}>`, to: process.env.RECEIVER_EMAIL, // Your email address to receive contact form submissions subject: subject, html: output,