From b4f133b077acd421ed04283972f14b6b35d73a05 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Fri, 16 May 2025 20:29:57 -0400 Subject: [PATCH] Update RSVP confirmation email subject and body --- backend/src/email.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/email.ts b/backend/src/email.ts index 4b0442d..3b49334 100644 --- a/backend/src/email.ts +++ b/backend/src/email.ts @@ -96,10 +96,9 @@ export async function sendRSVPEditLinkEmail(data: RSVPEditLinkEmailData) { editLink, } = data; - const subject = `Edit Your RSVP for ${eventTitle}`; + const subject = `Confirming your RSVP for ${eventTitle}`; // Update the subject line const html = ` -

Edit Your RSVP

Hello ${name},

You have successfully RSVP'd for the event "${eventTitle}".

You can edit your RSVP at any time by clicking the link below: