Skip to content

Commit

Permalink
formatted the email template
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalholuigi25 committed Nov 5, 2023
1 parent 2c60c10 commit cc96c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/[locale]/templates/email.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/app/api/[locale]/sendemail/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export async function POST(req: any) {
attachments: attachmentsobj
};

console.log(dataobj);

await sendMailUtil(dataobj);

return NextResponse.json({ dataobj });
}

0 comments on commit cc96c05

Please sign in to comment.