Update RSVP confirmation email subject and body
This commit is contained in:
@@ -96,10 +96,9 @@ export async function sendRSVPEditLinkEmail(data: RSVPEditLinkEmailData) {
|
|||||||
editLink,
|
editLink,
|
||||||
} = data;
|
} = data;
|
||||||
|
|
||||||
const subject = `Edit Your RSVP for ${eventTitle}`;
|
const subject = `Confirming your RSVP for ${eventTitle}`; // Update the subject line
|
||||||
|
|
||||||
const html = `
|
const html = `
|
||||||
<h2>Edit Your RSVP</h2>
|
|
||||||
<p>Hello ${name},</p>
|
<p>Hello ${name},</p>
|
||||||
<p>You have successfully RSVP'd for the event "${eventTitle}".</p>
|
<p>You have successfully RSVP'd for the event "${eventTitle}".</p>
|
||||||
<p>You can edit your RSVP at any time by clicking the link below:</p>
|
<p>You can edit your RSVP at any time by clicking the link below:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user