resend from musicland.ai

This commit is contained in:
2026-02-12 14:57:46 +01:00
parent 99f8234b9d
commit e11ac93ff0
+1 -1
View File
@@ -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 <musicland@musicland.ai>'
const WELCOME_EMAIL_FROM = 'MusicLand <musicland@musicland.ai>'
const WELCOME_EMAIL_SUBJECT = 'Bienvenue sur MusicLand'
exports.testWelcomMail = onRequest(async (req, res) => {