From ffc3697305f15b86a0f4708b54de575d82656198 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Mar 2026 14:29:55 -0700 Subject: [PATCH] Change contact form recipient to michelle.ann.sam@gmail.com Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 291974c..4690f88 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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`)" diff --git a/public/index.html b/public/index.html index 5078336..9a80a78 100644 --- a/public/index.html +++ b/public/index.html @@ -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';