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:
parent
28f1c6bb81
commit
bd92cd184a
|
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue