Change contact form recipient to michelle.ann.sam@gmail.com
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e37fc900b7
commit
ffc3697305
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- SMTP_USER=${SMTP_USER}
|
- SMTP_USER=${SMTP_USER}
|
||||||
- SMTP_PASS=${SMTP_PASS}
|
- SMTP_PASS=${SMTP_PASS}
|
||||||
- SMTP_FROM=${SMTP_FROM:-noreply@jeffemmett.com}
|
- SMTP_FROM=${SMTP_FROM:-noreply@jeffemmett.com}
|
||||||
- CONTACT_TO=noire.michelle@gmail.com
|
- CONTACT_TO=michelle.ann.sam@gmail.com
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.cineasthesia-landing.rule=Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"
|
- "traefik.http.routers.cineasthesia-landing.rule=Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"
|
||||||
|
|
|
||||||
|
|
@ -962,7 +962,7 @@ form.addEventListener('submit', async (e) => {
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
status.className = 'form-status error';
|
status.className = 'form-status error';
|
||||||
status.textContent = 'Something went wrong. Please try again or email noire.michelle@gmail.com directly.';
|
status.textContent = 'Something went wrong. Please try again or email michelle.ann.sam@gmail.com directly.';
|
||||||
}
|
}
|
||||||
|
|
||||||
btn.textContent = 'Send Message';
|
btn.textContent = 'Send Message';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue