mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: fix email formatting to ensure proper line breaks between message and signature
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
e6132fc6a4
commit
a0f032c9b9
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue