diff options
| author | Jay V <[email protected]> | 2025-10-29 19:19:28 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-29 19:19:28 -0400 |
| commit | a0f032c9b9d53a244c314436d234046a146c8dca (patch) | |
| tree | c3f2c6d683b7d975fcd39d49772be741c95a521d | |
| parent | e6132fc6a43d1dde2093a251df0cdf8ee238a2ab (diff) | |
| download | opencode-a0f032c9b9d53a244c314436d234046a146c8dca.tar.gz opencode-a0f032c9b9d53a244c314436d234046a146c8dca.zip | |
ignore: fix email formatting to ensure proper line breaks between message and signature
| -rw-r--r-- | packages/console/app/src/routes/api/enterprise.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/console/app/src/routes/api/enterprise.ts b/packages/console/app/src/routes/api/enterprise.ts index 0bc78e104..3dc00adb3 100644 --- a/packages/console/app/src/routes/api/enterprise.ts +++ b/packages/console/app/src/routes/api/enterprise.ts @@ -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 |
