resend from musicland.ai
This commit is contained in:
@@ -10,7 +10,7 @@ const { RESEND_API_KEY } = require('../config/keys')
|
|||||||
const { onRequest } = require('firebase-functions/https')
|
const { onRequest } = require('firebase-functions/https')
|
||||||
|
|
||||||
const resendClient = new Resend(RESEND_API_KEY)
|
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'
|
const WELCOME_EMAIL_SUBJECT = 'Bienvenue sur MusicLand'
|
||||||
|
|
||||||
exports.testWelcomMail = onRequest(async (req, res) => {
|
exports.testWelcomMail = onRequest(async (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user