ignore:lander
This commit is contained in:
parent
dc87659791
commit
ee3fd3f7be
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export async function POST(event: APIEvent) {
|
||||||
// Create email content
|
// Create email content
|
||||||
const emailContent = `
|
const emailContent = `
|
||||||
${body.message}<br><br>
|
${body.message}<br><br>
|
||||||
--
|
--<br>
|
||||||
${body.name}<br>
|
${body.name}<br>
|
||||||
${body.role}<br>
|
${body.role}<br>
|
||||||
${body.email}`.trim()
|
${body.email}`.trim()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue