From b47c1f5796887d973c20ed788a97859230620498 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Wed, 2 Jul 2025 17:13:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20nodemailer=20secure=20false=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index b2d22d9..68616d2 100644 --- a/.env.production +++ b/.env.production @@ -30,4 +30,4 @@ DB_PORT=3306 #qsp mail server SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 -SMTP_SECURE=true +SMTP_SECURE=false