feat: Implement dual email sending for contact form submissions, including a customer confirmation and internal notification, by refactoring email rendering to accept pre-rendered HTML.

This commit is contained in:
2026-02-05 01:54:01 +01:00
parent 198944649a
commit 7ef0bca9f6
4 changed files with 433 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"@directus/sdk": "^18.0.3",
"@mintel/mail": "^1.2.0",
"@react-email/components": "^1.0.6",
"@react-pdf/renderer": "^4.3.2",
"@sentry/nextjs": "^8.55.0",