From ebb5df48a0498825b9633f3ba175fd9c8bf8d598 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 26 Jun 2025 17:45:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20mail=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 --- .env.localhost | 3 --- .env.production | 3 --- 3 files changed, 9 deletions(-) diff --git a/.env.development b/.env.development index 128aa30..3268d9d 100644 --- a/.env.development +++ b/.env.development @@ -35,6 +35,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 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/.env.localhost b/.env.localhost index e7e54cd..68be6be 100644 --- a/.env.localhost +++ b/.env.localhost @@ -32,6 +32,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=false -SMTP_USER=hss404.u021@cleverse.dev -SMTP_PASSWORD=0000 -SMTP_FROM=qsalesplatform@qcells.com diff --git a/.env.production b/.env.production index efb8936..3b8b24c 100644 --- a/.env.production +++ b/.env.production @@ -30,6 +30,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=true -SMTP_USER=hss404.u021@cleverse.dev -SMTP_PASSWORD=0000 -SMTP_FROM=qsalesplatform@qcells.com \ No newline at end of file