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}