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;