mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Adding reset password feature.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user