Updated conclusion email message to remove anything extra
This commit is contained in:
@@ -228,12 +228,11 @@ export async function sendEventConclusionEmail(data: EventConclusionEmailData) {
|
|||||||
to,
|
to,
|
||||||
} = data;
|
} = data;
|
||||||
|
|
||||||
const subject = `Thank You for Attending ${eventTitle}!`; // Subject for the conclusion email
|
const subject = `Thank you for attending ${eventTitle}!`; // Subject for the conclusion email
|
||||||
|
|
||||||
const html = `
|
const html = `
|
||||||
<p>Hello ${attendeeName},</p>
|
<p>Hello ${attendeeName},</p>
|
||||||
<p>${message}</p>
|
<p>${message}</p>
|
||||||
<p>Thank you for attending!</p>
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
await transporter.sendMail({
|
await transporter.sendMail({
|
||||||
|
|||||||
Reference in New Issue
Block a user