feat: Implement replyTo for contact form emails and refine success/error message layout.
This commit is contained in:
@@ -71,6 +71,7 @@ export async function sendContactFormAction(formData: FormData) {
|
||||
);
|
||||
|
||||
const notificationResult = await sendEmail({
|
||||
replyTo: email,
|
||||
subject: notificationSubject,
|
||||
html: notificationHtml,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user