Fix: do not show spam mail notice for registering maestro
This commit is contained in:
@@ -169,7 +169,7 @@ function register_account() {
|
||||
(function(jsonData) {
|
||||
isAvailableID = true;
|
||||
|
||||
$("#warningEmailModal").modal();
|
||||
// $("#warningEmailModal").modal();
|
||||
}),
|
||||
|
||||
(function(errorMessage, errorCode) {
|
||||
@@ -368,10 +368,12 @@ $('#myTab a').on('click', function (e) {
|
||||
<p>마에스트로 아이디 <span class="maestro_name_data text-primary font-weight-bold">????</span> 가 신청되었습니다.</p>
|
||||
|
||||
<ul>
|
||||
<li>지금 보고 계신 내용을 등록하신 <span class="email_data text-primary font-weight-bold">????</span> 메일로 보냈습니다.<br/>
|
||||
<li>아래의 입금 계좌 정보를 등록하신 <span class="email_data text-primary font-weight-bold">????</span> 메일로 보냈습니다.<br/>
|
||||
<!--
|
||||
그런데 네이버/다음 메일 등에서 [초코 마에] 메일이 [스팸 메일함]로 들어가고 있네요.</li>
|
||||
<li><span class="font-weight-bold text-danger">번거로우시겠지만 네이버/다음 메일의 [스팸 메일함]에서 해당 메일을 [스팸 해제] 처리 부탁드립니다.</span><br/>
|
||||
([계정 등록 알림], [계정 유효기간 종료 예고] 등의 메일이 이후에 발송될 예정입니다)</li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user