From 2ae5591d577a6331c21ece398e3f5a1ef949d56c Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 9 Mar 2026 15:33:48 +0900 Subject: [PATCH] =?UTF-8?q?sales=20=EA=B3=84=EC=A0=95=20=EB=B9=84=EB=B0=80?= =?UTF-8?q?=EB=B2=88=ED=98=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/pms/common/utils/Constants.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/pms/common/utils/Constants.java b/src/com/pms/common/utils/Constants.java index f79669f..146133a 100644 --- a/src/com/pms/common/utils/Constants.java +++ b/src/com/pms/common/utils/Constants.java @@ -487,7 +487,8 @@ public class Constants { /* SMTP 메일정보 - 영업팀 (견적서 등) */ public static final String SMTP_USER_SALES = "sales@rps-korea.com"; - public static final String SMTP_USER_PW_SALES = "rpstech6125!!"; + //public static final String SMTP_USER_PW_SALES = "rpstech6125!!"; + public static final String SMTP_USER_PW_SALES = "rps6125!!"; public static final String SMTP_HOST_SALES = "erp.rps-korea.com"; public static final int SMTP_PORT_SALES = 25;