diff --git a/api/sendFeedback.js b/api/sendFeedback.js index 6b295fc..246073d 100644 --- a/api/sendFeedback.js +++ b/api/sendFeedback.js @@ -25,7 +25,7 @@ async function handle(req, res) { try { await sendgridMail.send({ - to: "matchu@openneo.net", + to: "matchu1993@gmail.com", from: "impress-2020-feedback@openneo.net", subject: `DTI feedback: ${contentSummary}`, replyTo: email,