Skip to content

Commit

Permalink
Updated contact form subject.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Jan 19, 2025
1 parent e3679a6 commit dbfb5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(website)/api/contact/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function POST(req: NextRequest) {
const msg = {
to: '[email protected]',
from: '[email protected]',
subject: 'Umami - Contact form',
subject: `Umami - Contact form ${new Date().toString()}`,
html: `<div>
<b>Name:</b> ${name}<br/>
<b>Email:</b> ${email}<br/>
Expand Down

0 comments on commit dbfb5c9

Please sign in to comment.