From cc708036fa4038ffcfc1abf70de9db701635ebf0 Mon Sep 17 00:00:00 2001 From: King Omar Date: Fri, 10 Jul 2026 14:27:14 +1000 Subject: [PATCH] Update email from info@ to contact@careersgateway.com.au Co-Authored-By: Claude Sonnet 4.6 --- src/kondesk.js | 2 +- src/templates.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kondesk.js b/src/kondesk.js index 4b349cc..4dade77 100644 --- a/src/kondesk.js +++ b/src/kondesk.js @@ -68,7 +68,7 @@ async function sendEmail(env, lead) { headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ personalizations: [{ to: [{ email: NOTIFY_EMAIL, name: 'Bijendra β€” Careers Gateway' }] }], - from: { email: 'noreply@careersgateway.com.au', name: 'Careers Gateway Portal' }, + from: { email: 'contact@careersgateway.com.au', name: 'Careers Gateway Portal' }, reply_to: { email: lead.email, name: lead.fullName }, subject: `New Inquiry: ${lead.fullName} β€” ${lead.service || 'General'}`, content: [ diff --git a/src/templates.js b/src/templates.js index abedd05..10664a5 100644 --- a/src/templates.js +++ b/src/templates.js @@ -227,7 +227,7 @@ ${body}