From e6d4f3c7f34c72a0a894e9c7e62627727c6e9cf3 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Mon, 22 Dec 2025 15:12:20 +0000 Subject: [PATCH] Set contact sender and recipient to info@ --- wrangler.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index f8e6695..430f0ec 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -8,7 +8,7 @@ "not_found_handling": "single-page-application", }, "vars": { - "CONTACT_FROM_EMAIL": "calum@highlandgrouprda.org.uk", - "CONTACT_TO_EMAIL": "calum@highlandgrouprda.org.uk", + "CONTACT_FROM_EMAIL": "info@highlandgrouprda.org.uk", + "CONTACT_TO_EMAIL": "info@highlandgrouprda.org.uk", }, }