Adding reset password feature.

This commit is contained in:
charlesgauthereau
2025-11-22 17:20:52 +01:00
parent aabdea06a9
commit fe5d8bae1b
29 changed files with 2596 additions and 290 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
"use server"
import type {EventPayload, DispatchResult} from '../types';
import nodemailer from 'nodemailer';
import {render} from "@react-email/render";
import TestEmailSettings from "../../../../emails/TestEmailSettings";
import TestEmailSettings from "@/components/emails/email-settings-test"
export async function sendSmtp(
config: {