From bd92cd184a6dcfe4783fa670b70fea33675cd60b Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 7 Mar 2026 18:49:56 +0000 Subject: [PATCH] BCC registration confirmations to contact@cryptocommonsgather.ing Organizers now receive a copy of every successful payment confirmation email so they're notified of new registrations. Co-Authored-By: Claude Opus 4.6 --- lib/email.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/email.ts b/lib/email.ts index 7cdf4de..1ff6b06 100644 --- a/lib/email.ts +++ b/lib/email.ts @@ -92,6 +92,7 @@ export async function sendPaymentConfirmation( const info = await transport.sendMail({ from: EMAIL_FROM, to: data.email, + bcc: "contact@cryptocommonsgather.ing", subject: "Registration Confirmed - Crypto Commons Gathering 2026", html, })