From e11ac93ff030729baadaf3aa45ae21e15740d66c Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 12 Feb 2026 14:57:46 +0100 Subject: [PATCH] resend from musicland.ai --- functions/src/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/users.js b/functions/src/users.js index c4bd1c4..4ba66ab 100644 --- a/functions/src/users.js +++ b/functions/src/users.js @@ -10,7 +10,7 @@ const { RESEND_API_KEY } = require('../config/keys') const { onRequest } = require('firebase-functions/https') const resendClient = new Resend(RESEND_API_KEY) -const WELCOME_EMAIL_FROM = process.env.RESEND_FROM_EMAIL || 'MusicLand ' +const WELCOME_EMAIL_FROM = 'MusicLand ' const WELCOME_EMAIL_SUBJECT = 'Bienvenue sur MusicLand' exports.testWelcomMail = onRequest(async (req, res) => {