send feedback straight to my gmail, more reliable?
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 🤞
This commit is contained in:
parent
d602287190
commit
3aad65ccb5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ async function handle(req, res) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await sendgridMail.send({
|
await sendgridMail.send({
|
||||||
to: "matchu@openneo.net",
|
to: "matchu1993@gmail.com",
|
||||||
from: "impress-2020-feedback@openneo.net",
|
from: "impress-2020-feedback@openneo.net",
|
||||||
subject: `DTI feedback: ${contentSummary}`,
|
subject: `DTI feedback: ${contentSummary}`,
|
||||||
replyTo: email,
|
replyTo: email,
|
||||||
|
|
Loading…
Reference in a new issue