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:
Jeff Emmett 2026-03-19 14:29:55 -07:00
parent e37fc900b7
commit ffc3697305
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
- SMTP_USER=${SMTP_USER}
- SMTP_PASS=${SMTP_PASS}
- SMTP_FROM=${SMTP_FROM:-noreply@jeffemmett.com}
- CONTACT_TO=noire.michelle@gmail.com
- CONTACT_TO=michelle.ann.sam@gmail.com
labels:
- "traefik.enable=true"
- "traefik.http.routers.cineasthesia-landing.rule=Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"

View File

@ -962,7 +962,7 @@ form.addEventListener('submit', async (e) => {
}
} catch (err) {
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';