Логирование
This commit is contained in:
parent
89cfc834da
commit
56babba2e9
2 changed files with 6 additions and 3 deletions
|
|
@ -17,6 +17,8 @@ const SITE_URL = isProduction
|
|||
|
||||
console.log('[EMAIL] isDev:', isDev);
|
||||
console.log('[EMAIL] isProduction:', isProduction);
|
||||
console.log('[EMAIL] SMTP_BZ_API_KEY exists:', !!SMTP_BZ_API_KEY);
|
||||
console.log('[EMAIL] SMTP_BZ_API_KEY length:', SMTP_BZ_API_KEY.length);
|
||||
|
||||
async function sendViaSmtpBz(options: EmailOptions): Promise<boolean> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue