OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-22 6a916b069c73ad7def95ad72ae848125544bc309
Merge branch 'master' of http://192.168.0.28:9001/r/owl-kisa
29개 파일 변경됨
395 ■■■■ 파일 변경됨
src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueAddEmail.html 14 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueRemoveEmail.html 14 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueSendEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueSendEmailTemplate1.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueSendEmailTemplate2.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/issueSendEmailTemplate3.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectDefaultExcludeEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectDefaultIncludeEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html 10 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectManagerExcludeEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/projectManagerIncludeEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html 18 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/regularPaymentCancelEmail.html 18 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/regularPaymentEmail.html 16 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/regularPaymentModifyEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/totalStatisticsEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/userJoinStatisticsEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/userSearchPasswordEmail.html 12 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/userWithDrawEmail.html 14 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceExpireAlarmEmail.html 20 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceExpireEmail.html 20 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceInviteNewUserEmail.html 20 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceInviteSystemUserEmail.html 16 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceJoinEmail.html 20 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceMaxStorageExcessEmail.html 14 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/mails/workspaceMaxUserExcessEmail.html 14 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/system_dev.properties 3 ●●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java
@@ -172,6 +172,9 @@
    @Value("${total.statistics.email}")
    private String totalStatisticsEmail; //  프로젝트, 이슈, 사용자수 알림
    @Value("${email.joinEmail}")
    private boolean bJoinEmail;
    @Autowired
    private ExcelView excelView;
@@ -292,8 +295,9 @@
        userMap.put("registerDate", DateUtil.convertDateToYYYYMMDD(user.getRegisterDate()));
        //  회원 가입 알림 메일 전송
        this.systemEmailService.directEmail(new String[]{user.getAccount()}, EmailType.WORKSPACE_JOIN, userMap, null);
        if(bJoinEmail) {
            this.systemEmailService.directEmail(new String[]{user.getAccount()}, EmailType.WORKSPACE_JOIN, userMap, null);
        }
        return user;
    }
src/main/resources/mails/issueAddEmail.html
@@ -7,14 +7,14 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
        <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
            <h3><span th:utext="${#messages.msg('issue.add.occurrence')}">발생 시간</span> : <span th:utext="${eventOccurDate}"></span></h3>
            <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('issue.add.registerIssue')}">
                OWL ITS 이슈가 등록되었습니다.
                KISA 이슈가 등록되었습니다.
            </h1>
        </td>
    </tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/issueRemoveEmail.html
@@ -7,14 +7,14 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
        <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
            <h3><span th:utext="${#messages.msg('issue.add.occurrence')}">발생 시간</span> : <span th:utext="${eventOccurDate}"></span></h3>
            <h1 style="margin-top: 0px;color:#030962;">
                <span th:utext="${#messages.msg('issue.add.deleteIssue')}">OWL ITS 이슈가 삭제되었습니다.</span>
                <span th:utext="${#messages.msg('issue.add.deleteIssue')}">KISA 이슈가 삭제되었습니다.</span>
            </h1>
        </td>
    </tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/issueSendEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/issueSendEmailTemplate1.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/issueSendEmailTemplate2.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/issueSendEmailTemplate3.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -148,17 +148,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
<!--                https://owlsolution.io</a><br/><br/>-->
<!--            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>-->
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -62,17 +62,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectDefaultExcludeEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -63,17 +63,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectDefaultIncludeEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -63,17 +63,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html
@@ -62,17 +62,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectManagerExcludeEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -62,17 +62,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/projectManagerIncludeEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -62,17 +62,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html
@@ -9,9 +9,9 @@
       xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"
                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"
                                                                  style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"-->
<!--                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"-->
<!--                                                                  style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -77,18 +77,18 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a
                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a
                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/regularPaymentCancelEmail.html
@@ -9,9 +9,9 @@
       xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"
                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"
                                                                  style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"-->
<!--                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"-->
<!--                                                                  style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -66,18 +66,18 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a
                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a
                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/regularPaymentEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -20,8 +20,8 @@
    <tr>
        <td style="background-color: #fff; padding: 20px 70px;color: #636363; font-size: 13px;">
            <span style="color:#4B72FA;font-weight:bold;" th:utext="${userName}"></span><span th:utext="${#messages.msg('user.hello')}">님, 안녕하세요.</span><br/>
            <span th:utext="${#messages.msg('regular.payment.using.service')}">OWL ITS 서비스를 이용해 주셔서 감사합니다.</span><br/><br/>
            <span style="color:#000;" th:utext="${#messages.msg('regular.payment.complete')}">고객님이 신청하신 OWL ITS 정기 결제가 완료되었습니다. </span>
            <span th:utext="${#messages.msg('regular.payment.using.service')}">KISA 서비스를 이용해 주셔서 감사합니다.</span><br/><br/>
            <span style="color:#000;" th:utext="${#messages.msg('regular.payment.complete')}">고객님이 신청하신 KISA 정기 결제가 완료되었습니다. </span>
        </td>
    </tr>
    <tr>
@@ -84,17 +84,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
          <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/regularPaymentModifyEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -87,17 +87,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/totalStatisticsEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -58,17 +58,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/userJoinStatisticsEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -65,17 +65,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
            Copyright © KISA. All Rights Reserved.
          </span>
        </td>
    </tr>
src/main/resources/mails/userSearchPasswordEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -48,17 +48,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/userWithDrawEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -21,22 +21,22 @@
        <td style="background-color: #fff; padding: 20px 70px;color: #636363; font-size: 13px;">
            <span style="color:#4B72FA;font-weight:bold;" th:utext="${name}"></span>
            <span th:utext="${#messages.msg('user.hello')}">님, 안녕하세요.</span><br/>
            <span th:utext="${#messages.msg('user.withDraw.success')}">회원님이 요청하신 OWL ITS 회원 탈퇴가 성공적으로 완료되었습니다. 그동안 이용해 주셔서 감사드립니다. 다시 방문하실 수 있도록 더욱더 노력하겠습니다.</span>
            <span th:utext="${#messages.msg('user.withDraw.success')}">회원님이 요청하신 KISA 회원 탈퇴가 성공적으로 완료되었습니다. 그동안 이용해 주셔서 감사드립니다. 다시 방문하실 수 있도록 더욱더 노력하겠습니다.</span>
        </td>
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/workspaceExpireAlarmEmail.html
@@ -15,8 +15,8 @@
                <tr>
                    <td style="width:210px"></td>
                    <td style="width:180px;">
                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"
                                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
<!--                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"-->
<!--                                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                    </td>
                    <td style="width:210px"></td>
                </tr>
@@ -29,7 +29,7 @@
    </tr>
    <tr>
        <td style="background-color: #fff;">
            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
        </td>
    </tr>
    <tr>
@@ -43,14 +43,14 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;">
                        <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg1', dayCount)}"><span
                                style="font-size:24px;font-weight:bold;">OWL ITS 업무 공간 사용 기간이<br/><span
                                style="font-size:24px;font-weight:bold;">KISA 업무 공간 사용 기간이<br/><span
                                style="color:#ff3c00; font-weight:bold;">D-7</span>일 남았습니다.</span></pre><br/><br/>
                        <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg2', name, workspaceName, dayCount)}"><span
                                style="color:#4B72FA;font-weight:bold">사용자명</span>님, OWL ITS의 <span
                                style="color:#4B72FA;font-weight:bold">사용자명</span>님, KISA의 <span
                                style="color:#4B72FA;font-weight:bold">[업무공간] </span> 업무공간 사용 기간이 <span
                                style="color:#ff3c00; font-weight:bold;">[D-DAY]</span>일 밖에
                            남지 않았어요.<br/></pre>
                        <span th:utext="${#messages.msg('workspace.expiredAlarm.msg3')}">정기 결제를 신청하시면 OWL ITS의 모든 기능을 그대로 사용하실 수 있습니다.</span>
                        <span th:utext="${#messages.msg('workspace.expiredAlarm.msg3')}">정기 결제를 신청하시면 KISA의 모든 기능을 그대로 사용하실 수 있습니다.</span>
                    </td>
                    <td style="width:40px"></td>
@@ -102,7 +102,7 @@
                </tr>
                <tr>
                    <td colspan="3" style="text-align:center;font-size:12px;">
                        <span th:utext="${#messages.msg('workspace.expiredAlarm,msg5')}">지금 OWL ITS 정기결제를 신청하시고 다양한 이슈 관리 기능을 마음껏 사용하세요!</span>
                        <span th:utext="${#messages.msg('workspace.expiredAlarm,msg5')}">지금 KISA 정기결제를 신청하시고 다양한 이슈 관리 기능을 마음껏 사용하세요!</span>
                    </td>
                </tr>
                <tr>
@@ -138,9 +138,9 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;text-align:center;">
                        <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg7')}">
                        <span style="font-size:12px;color: #8D929D;">OWL ITS 사용에 어려움이 있다면 <a
                        <span style="font-size:12px;color: #8D929D;">KISA 사용에 어려움이 있다면 <!--<a
                                href="mailto:supportowl@wisestone.kr"
                                style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>로 이메일을 보내주세요.</span>
                                style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->로 이메일을 보내주세요.</span>
                        </pre>
                    </td>
                    <td style="width:40px"></td>
@@ -165,7 +165,7 @@
                   <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg8')}">
                        본 메일은 발신전용 메일입니다.<br/>
                        <span style="color: #A5A5A5; font-size: 11px;">
                    Copyright © WISESTONE CO., Ltd. All Rights Reserved.
                    Copyright © KISA. All Rights Reserved.
                        </span>
                   </pre>
                    </td>
src/main/resources/mails/workspaceExpireEmail.html
@@ -16,8 +16,8 @@
                <tr>
                    <td style="width:210px"></td>
                    <td style="width:180px;">
                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"
                                                                                 src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
<!--                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"-->
<!--                                                                                 src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                    </td>
                    <td style="width:210px"></td>
                </tr>
@@ -30,7 +30,7 @@
    </tr>
    <tr>
        <td style="background-color: #fff;">
            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
        </td>
    </tr>
    <tr>
@@ -44,16 +44,16 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;">
                        <pre th:utext="${#messages.msg('workspace.expire.msg1')}">
                            <span style="font-size:24px;font-weight:bold;">OWL ITS 업무 공간 <br/>사용 기간이 만료되었습니다.</span><br/><br/>
                            <span style="font-size:24px;font-weight:bold;">KISA 업무 공간 <br/>사용 기간이 만료되었습니다.</span><br/><br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg2', userName)}">
                            <span style="color:#4B72FA;font-weight:bold">사용자명</span>님, OWL ITS를 이용해 주셔서 감사합니다.<br/>
                            <span style="color:#4B72FA;font-weight:bold">사용자명</span>님, KISA를 이용해 주셔서 감사합니다.<br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg3', workspaceName)}">
                            <span style="color:#4B72FA;font-weight:bold">[업무공간명]</span>업무 공간 사용 기간이 만료되었습니다.<br/><br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg4')}">
                            <span>계속 사용을 원하신다면 OWL ITS 정기결제를 신청해 주세요. 정기 결제를 신청하시면 OWL ITS의 모든 기능을 그대로 사용하실 수 있습니다.<br/><br/></span>
                            <span>계속 사용을 원하신다면 KISA 정기결제를 신청해 주세요. 정기 결제를 신청하시면 KISA의 모든 기능을 그대로 사용하실 수 있습니다.<br/><br/></span>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg5')}">
                            <span style="color:#ff3c00; font-size:12px;">※유의사항<br/>사용기간 만료 6개월 이후에는 업무공간에 저장된 데이터가 모두 삭제되니 유의해 주세요!</span>
@@ -136,9 +136,9 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;text-align:center;">
                        <pre th:utext="${#messages.msg('workspace.expire.msg8')}">
                            <span style="font-size:12px;color: #8D929D;">OWL ITS 사용에 어려움이 있다면
                            <a href="mailto:supportowl@wisestone.kr"
                               style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>로 이메일을 보내주세요.</span>
                            <span style="font-size:12px;color: #8D929D;">KISA 사용에 어려움이 있다면
                            <!--<a href="mailto:supportowl@wisestone.kr"
                               style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->로 이메일을 보내주세요.</span>
                        </pre>
                    </td>
                    <td style="width:40px"></td>
@@ -163,7 +163,7 @@
                        <pre th:utext="${#messages.msg('workspace.expire.msg9')}">
                             본 메일은 발신전용 메일입니다.<br/>
                            <span style="color: #A5A5A5; font-size: 11px;">
                                Copyright © WISESTONE CO., Ltd. All Rights Reserved.
                                Copyright © KISA. All Rights Reserved.
                            </span>
                        </pre>
                    </td>
src/main/resources/mails/workspaceInviteNewUserEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -22,7 +22,7 @@
            <span th:utext="${#messages.msg('workspace.hello')}">안녕하세요.</span> <br/>
            <span style="color:#4B72FA; font-weight:bold;" th:utext="${inviteUserName}"></span>
            <span th:utext="${#messages.msg('workspace.asked.you')}">님이 고객님을</span>
            <span style="color:#4B72FA; font-weight:bold;">OWL ITS</span>
            <span style="color:#4B72FA; font-weight:bold;">KISA</span>
            [<span th:utext="${workspaceName}"> </span>] <span th:utext="${#messages.msg('workspace.invited.to')}">에 초대하였습니다.</span>
        </td>
    </tr>
@@ -31,13 +31,13 @@
            <table style="width:450px; background-color: #F4F4F4; margin: 20px 0px 40px;" align="center">
                <tr>
                    <td colspan="2" style="padding: 20px 40px; color: #111; border-top: 1px solid #e7e7e7;">
                        <span th:utext="${#messages.msg('workspace.click.button')}">아래 버튼을 클릭하여 회원가입을 하시면 초대된 업무 공간에 참여할 수 있습니다. OWL ITS는 이슈 기반의 프로젝트 관리 툴로 모든 이슈를 관리하고 협업할 수 있습니다.</span>
                        <span th:utext="${#messages.msg('workspace.click.button')}">아래 버튼을 클릭하여 회원가입을 하시면 초대된 업무 공간에 참여할 수 있습니다. KISA는 이슈 기반의 프로젝트 관리 툴로 모든 이슈를 관리하고 협업할 수 있습니다.</span>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="padding:20px;  color: #8D929D; font-size: 13px; text-align: center;border-bottom: 1px solid #e7e7e7;">
                        <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;"><span th:utext="${#messages.msg('user.password.login')}">OWL
                    ITS 로그인</span></a>
                        <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;"><span th:utext="${#messages.msg('user.password.login')}">
                    KISA 로그인</span></a>
                    </td>
                </tr>
            </table>
@@ -45,17 +45,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/workspaceInviteSystemUserEmail.html
@@ -7,7 +7,7 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
@@ -22,7 +22,7 @@
            <span th:utext="${#messages.msg('workspace.hello')}">안녕하세요.</span> <br/>
            <span style="color:#4B72FA; font-weight:bold;" th:utext="${inviteUserName}"></span>
            <span th:utext="${#messages.msg('workspace.asked.you')}">님이 고객님을</span>
            <span  style="color:#4B72FA; font-weight:bold;">OWL ITS</span>
            <span  style="color:#4B72FA; font-weight:bold;">KISA</span>
            [<span th:utext="${workspaceName}"></span>] <span th:utext="${#messages.msg('workspace.invited.to')}">에 초대하였습니다.</span>
        </td>
    </tr>
@@ -37,7 +37,7 @@
                <tr>
                    <td colspan="2" style="padding:20px;  color: #8D929D; font-size: 13px; text-align: center;border-bottom: 1px solid #e7e7e7;">
                        <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;">
                            <span th:utext="${#messages.msg('user.password.login')}">OWL ITS 로그인</span>
                            <span th:utext="${#messages.msg('user.password.login')}">KISA 로그인</span>
                        </a>
                    </td>
                </tr>
@@ -46,17 +46,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
<!--                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/workspaceJoinEmail.html
@@ -16,8 +16,8 @@
                <tr>
                    <td style="width:210px"></td>
                    <td style="width:180px;">
                        <a th:href="${url}" target="_blank"><img alt="OWL ITS"
                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
<!--                        <a th:href="${url}" target="_blank"><img alt="OWL ITS"-->
<!--                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                    </td>
                    <td style="width:210px"></td>
                </tr>
@@ -30,7 +30,7 @@
    </tr>
    <tr>
        <td style="background-color: #fff;">
            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
        </td>
    </tr>
    <tr>
@@ -44,9 +44,9 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;">
                        <pre th:utext="${#messages.msg('workspace.join.msg1', name)}">
                            <span style="font-size:24px;font-weight:bold;"> OWL ITS 가입을 환영합니다.</span><br/><br/>
                            <span style="font-size:24px;font-weight:bold;"> KISA 가입을 환영합니다.</span><br/><br/>
                            안녕하세요. <span
                                style="color:#4B72FA;font-weight:bold">사용자명</span>님! OWL ITS 가입을 진심으로 환영합니다.<br/>OWL ITS를 이용하면 프로젝트에서 발생하는 이슈를 효율적으로 관리할 수 있습니다.
                                style="color:#4B72FA;font-weight:bold">사용자명</span>님! KISA 가입을 진심으로 환영합니다.<br/>KISA를 이용하면 프로젝트에서 발생하는 이슈를 효율적으로 관리할 수 있습니다.
                        </pre>
                    </td>
                    <td style="width:40px"></td>
@@ -121,7 +121,7 @@
                    <td style="width:40px"></td>
                    <td style="width:520px; text-align:center;">
                        <span th:utext="${#messages.msg('workspace.join.msg5')}">
                            지금, OWL ITS에 로그인해 다양한 기능을 사용해 보세요!
                            지금, KISA에 로그인해 다양한 기능을 사용해 보세요!
                        </span>
                    </td>
                    <td style="width:40px"></td>
@@ -137,7 +137,7 @@
                                <td style="width:300px; height:50px; text-align:center; background:#37308d; border-radius:25px">
                                    <a th:href="${url}" target="_blank"
                                       style="display:inline-block; width:100%; height:50px; line-height:50px; font-size:15px; font-weight:bold; color:#fff; text-decoration:none"
                                       th:utext="${#messages.msg('workspace.join.msg6')}">아울ITS 로그인하기</a>
                                       th:utext="${#messages.msg('workspace.join.msg6')}">KISA 로그인하기</a>
                                </td>
                                <td style="width:150px"></td>
                            </tr>
@@ -159,9 +159,9 @@
                    <td style="width:40px"></td>
                    <td style="width:520px;text-align:center;">
                        <pre th:utext="${#messages.msg('workspace.join.msg7')}">
                            <span style="font-size:12px;color: #8D929D;">OWL ITS 사용에 어려움이 있다면 <a
                            <span style="font-size:12px;color: #8D929D;">KISA 사용에 어려움이 있다면 <!--<a
                                    href="mailto:supportowl@wisestone.kr"
                                    style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>로 이메일을 보내주세요.</span>
                                    style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->로 이메일을 보내주세요.</span>
                        </pre>
                    </td>
                    <td style="width:40px"></td>
@@ -186,7 +186,7 @@
                        <pre th:utext="${#messages.msg('workspace.join.msg8')}">
                            본 메일은 발신전용 메일입니다.<br/>
                            <span style="color: #A5A5A5; font-size: 11px;">
                            Copyright © WISESTONE CO., Ltd. All Rights Reserved.
                            Copyright © KISA. All Rights Reserved.
                          </span>
                        </pre>
                    </td>
src/main/resources/mails/workspaceMaxStorageExcessEmail.html
@@ -7,13 +7,13 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
        <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
            <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('workspace.storage.space')}">
                OWL ITS 업무 공간에 저장 공간이 부족합니다.
                KISA 업무 공간에 저장 공간이 부족합니다.
            </h1>
        </td>
    </tr>
@@ -65,17 +65,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
           <!-- <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/mails/workspaceMaxUserExcessEmail.html
@@ -7,13 +7,13 @@
<table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
        </td>
    </tr>
    <tr>
        <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
            <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('workspace.maximum.number.user')}">
                OWL ITS 업무 공간에 최대 활성 사용자 수가 초과되었습니다.
                KISA 업무 공간에 최대 활성 사용자 수가 초과되었습니다.
            </h1>
        </td>
    </tr>
@@ -54,17 +54,17 @@
    </tr>
    <tr>
        <td style="text-align:center;padding-bottom:40px;">
            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
                https://owlsolution.io</a><br/><br/>-->
            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
        </td>
    </tr>
    <tr>
        <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
            <span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
            <span style="color: #A5A5A5; font-size: 10px;">
              Copyright © WISESTONE CO., Ltd. All Rights Reserved.
              Copyright © KISA. All Rights Reserved.
            </span>
        </td>
    </tr>
src/main/resources/system_dev.properties
@@ -50,6 +50,9 @@
email.debug=true
email.sendUrl=http://localhost:8080
# \uAC00\uC785 \uD658\uC601 \uBA54\uC77C \uBC1C\uC2E0 \uC5EC\uBD80
email.joinEmail=false
# \uD68C\uACC4 \uB2F4\uB2F9\uC790 \uACB0\uC81C \uCDE8\uC18C \uC54C\uB9BC - \uD68C\uACC4 \uB2F4\uB2F9\uC790\uB294 \uAF2D \uC2DC\uC2A4\uD15C\uC5D0 \uAC00\uC785 \uB418\uC5B4 \uC788\uC5B4\uC57C \uD55C\uB2E4.
payment.cancel.manager.email=jslee1@wisestone.kr