fix: change contact form sender to info@ai-impress.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
338b47d4c1
commit
4ef45a311d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export async function submitContactForm(
|
|||
|
||||
try {
|
||||
const { error } = await resend.emails.send({
|
||||
from: 'Axil Website <noreply@axilaccountants.co.uk>',
|
||||
from: 'Axil Website <info@ai-impress.com>',
|
||||
to: RECIPIENTS,
|
||||
replyTo: email,
|
||||
subject: `New enquiry from ${firstName} ${lastName} — ${serviceLabel}`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue