ignore: fix email formatting to ensure proper line breaks between message and signature

This commit is contained in:
Jay V
2025-10-29 19:19:28 -04:00
parent e6132fc6a4
commit a0f032c9b9

View File

@@ -25,11 +25,10 @@ export async function POST(event: APIEvent) {
// Create email content // Create email content
const emailContent = ` const emailContent = `
${body.message} ${body.message}<br><br>
-- --
${body.name} ${body.name}<br>
${body.role} ${body.role}<br>
${body.email}`.trim() ${body.email}`.trim()
// Send email using AWS SES // Send email using AWS SES