mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-28 13:14:28 +01:00
ignore: fix email formatting to ensure proper line breaks between message and signature
This commit is contained in:
@@ -25,11 +25,10 @@ export async function POST(event: APIEvent) {
|
||||
|
||||
// Create email content
|
||||
const emailContent = `
|
||||
${body.message}
|
||||
|
||||
${body.message}<br><br>
|
||||
--
|
||||
${body.name}
|
||||
${body.role}
|
||||
${body.name}<br>
|
||||
${body.role}<br>
|
||||
${body.email}`.trim()
|
||||
|
||||
// Send email using AWS SES
|
||||
|
||||
Reference in New Issue
Block a user