qrmaster.net
This commit is contained in:
@@ -9,6 +9,7 @@ export async function sendPasswordResetEmail(email: string, resetToken: string)
|
||||
try {
|
||||
await resend.emails.send({
|
||||
from: 'QR Master <onboarding@resend.dev>', // Use Resend's testing domain
|
||||
replyTo: 'support@qrmaster.net',
|
||||
to: email,
|
||||
subject: 'Reset Your Password - QR Master',
|
||||
html: `
|
||||
|
||||
Reference in New Issue
Block a user