feat: Implement replyTo for contact form emails and refine success/error message layout.

This commit is contained in:
2026-02-06 18:24:58 +01:00
parent d027fbeac2
commit 21a7b0ade2
3 changed files with 40 additions and 28 deletions

View File

@@ -71,6 +71,7 @@ export async function sendContactFormAction(formData: FormData) {
);
const notificationResult = await sendEmail({
replyTo: email,
subject: notificationSubject,
html: notificationHtml,
});