From 0465f2306b61a6483a46038f33a5537ab38f8fa1 Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Wed, 28 May 2025 17:07:05 +0900 Subject: [PATCH] chore: change set env --- .env.development | 2 +- src/libs/mailer.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index e47f69e..2034c56 100644 --- a/.env.development +++ b/.env.development @@ -20,7 +20,7 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 -SMTP_SECURE=true +SMTP_SECURE=false SMTP_USER=hss404.u021@cleverse.dev SMTP_PASSWORD=0000 SMTP_FROM=qsalesplatform@qcells.com \ No newline at end of file diff --git a/src/libs/mailer.ts b/src/libs/mailer.ts index bfff92f..0636df2 100644 --- a/src/libs/mailer.ts +++ b/src/libs/mailer.ts @@ -1,3 +1,5 @@ +'use server' + import nodemailer from 'nodemailer' interface EmailParams {