fix(email): set admin notification recipient to enguerrandbusiness@outlook.com
https://claude.ai/code/session_01PzA98VhLMmsHpzs7gnLHGs
This commit is contained in:
@@ -134,7 +134,7 @@ export async function POST(request: Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Notification admin
|
// Notification admin
|
||||||
const adminEmail = process.env.ADMIN_EMAIL || fromEmail;
|
const adminEmail = process.env.ADMIN_EMAIL || "enguerrandbusiness@outlook.com";
|
||||||
try {
|
try {
|
||||||
await resend.emails.send({
|
await resend.emails.send({
|
||||||
from: fromEmail,
|
from: fromEmail,
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export async function POST(request: Request) {
|
|||||||
|
|
||||||
const fromEmail =
|
const fromEmail =
|
||||||
process.env.RESEND_FROM_EMAIL || "HookLab <onboarding@resend.dev>";
|
process.env.RESEND_FROM_EMAIL || "HookLab <onboarding@resend.dev>";
|
||||||
const adminEmail = process.env.ADMIN_EMAIL || fromEmail;
|
const adminEmail = process.env.ADMIN_EMAIL || "enguerrandbusiness@outlook.com";
|
||||||
|
|
||||||
await resend.emails.send({
|
await resend.emails.send({
|
||||||
from: fromEmail,
|
from: fromEmail,
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export async function POST(request: Request) {
|
|||||||
|
|
||||||
const fromEmail =
|
const fromEmail =
|
||||||
process.env.RESEND_FROM_EMAIL || "HookLab <onboarding@resend.dev>";
|
process.env.RESEND_FROM_EMAIL || "HookLab <onboarding@resend.dev>";
|
||||||
const adminEmail = process.env.ADMIN_EMAIL || fromEmail;
|
const adminEmail = process.env.ADMIN_EMAIL || "enguerrandbusiness@outlook.com";
|
||||||
|
|
||||||
await resend.emails.send({
|
await resend.emails.send({
|
||||||
from: fromEmail,
|
from: fromEmail,
|
||||||
|
|||||||
Reference in New Issue
Block a user