From 776088d62a675d3e773db0fc10ac6488f430deb3 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 17:36:22 +1030 Subject: [PATCH] Fix destination address in email message --- functions/contact.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/contact.ts b/functions/contact.ts index efdac70..f533858 100644 --- a/functions/contact.ts +++ b/functions/contact.ts @@ -25,7 +25,7 @@ export const onRequest: PagesFunction = (context) => { try { const rawEmailMessage = `---- From: Michael Pivato Contact Form - To: Michael Pivato Subject: Message from ${fullName ?? email} You've received a new message from ${fullName ?? email}.