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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-07 18:49:56 +00:00
parent 28f1c6bb81
commit bd92cd184a
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ export async function sendPaymentConfirmation(
const info = await transport.sendMail({ const info = await transport.sendMail({
from: EMAIL_FROM, from: EMAIL_FROM,
to: data.email, to: data.email,
bcc: "contact@cryptocommonsgather.ing",
subject: "Registration Confirmed - Crypto Commons Gathering 2026", subject: "Registration Confirmed - Crypto Commons Gathering 2026",
html, html,
}) })