Add: show spam mail notice for registering maestro
This commit is contained in:
@@ -168,6 +168,8 @@ function register_account() {
|
|||||||
|
|
||||||
(function(jsonData) {
|
(function(jsonData) {
|
||||||
isAvailableID = true;
|
isAvailableID = true;
|
||||||
|
|
||||||
|
$("#warningEmailModal").modal();
|
||||||
}),
|
}),
|
||||||
|
|
||||||
(function(errorMessage, errorCode) {
|
(function(errorMessage, errorCode) {
|
||||||
@@ -192,6 +194,30 @@ $('#myTab a').on('click', function (e) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="modal fade" id="warningEmailModal" tabindex="-1" role="dialog" aria-labelledby="warningEmailModalLabel" aria-hidden="true">
|
||||||
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
||||||
|
<div class="modal-content">
|
||||||
|
<div class="modal-header alert-danger">
|
||||||
|
<h5 class="modal-title" id="exerienceMaestroModalLabel">스팸 메일 해제 안내</h5>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
등록하신 이메일 주소로 "입금 안내 메일"을 발송했습니다.<br/>
|
||||||
|
<br/>
|
||||||
|
그런데 네이버/다음 메일 등에서 [초코 마에] 메일이 [스팸 메일함]로 들어가고 있네요.<br/>
|
||||||
|
<span class="font-weight-bold text-danger">번거로우시겠지만 네이버/다음 메일의 [스팸 메일함]에서 해당 메일을 [스팸 해제] 처리 부탁드립니다.</span><br/>
|
||||||
|
(이후에 "계정 등록 알림", "계정 유효기간 종료 예고"" 등의 메일이 발송될 예정입니다)<br/>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
||||||
|
<!-- <button type="button" class="btn btn-primary">Save changes</button> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user