From 3aad65ccb53cf0cc13a0f95e83cd9dc08dd9dad3 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 9 Oct 2020 09:20:09 -0700 Subject: [PATCH] send feedback straight to my gmail, more reliable? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Going through matchu@openneo.net was hitting a spam filter on that email host's redirect… Gmail seems to be more okay with it, so I'm sending straight there, and crossing my fingers 🤞 --- api/sendFeedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,