giftcon_dev/resources/views/mail/legacy/noti_sign_up_1.blade.php
2026-01-15 11:16:02 +09:00

70 lines
4.6 KiB
PHP

<?php if (!defined("BASEPATH")) exit("No direct script access allowed");
$const = get_defined_constants();
?>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #E4574B;color:#000;font-family:'맑은 고딕', Malgun Gothic, '돋움', Dotum, arial, sans-serif;font-size:12px; background-color:#FFF;max-width:600px;letter-spacing:-1px;line-height:1.5">
<tbody>
<tr>
<td align="left" valign="top" style="background-color: #E4574B;color:#FFF">
<h1 style="margin:0;padding:2px 20px;font-size:20px">핀포유 (PinForYou)</h1>
</td>
</tr>
<tr>
<td alidn="left" valign="top" style="padding:15px 20px">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="color:#000;font-family:'맑은 고딕', Malgun Gothic, '돋움', Dotum, arial, sans-serif;font-size:12px; background-color:#FFF;letter-spacing:-1px">
<tbody>
<tr>
<td align="left" valign="top" style="color:#E4574B">
<h2 style="margin:0;padding:0 0 15px;font-size:20px">회원가입 인증메일</h2>
</td>
</tr>
<tr>
<td align="left" valign="top" style="padding-bottom:10px;font-weight: bold;line-height:1.8">
온라인 상품권 쇼핑채널 '핀포유' 가입을 축하드립니다!<br><br>
<?=$_EMAIL_?> 회원님. 핀포유 가입을 진심으로 환영하며, 가입한 계정정보 확인 후 이메일 인증 버튼을 클릭하여 이메일 인증을 완료 하시기 바랍니다.
</td>
</tr>
<tr>
<td align="left" valign="top" style="padding:10px 5px;border-top:1px solid #000;border-bottom:1px solid #BABABA">
<p style="margin:0;padding: 0 0 10px;color:#1a19e4; font-weight: bold">가입 계정 정보</p>
핀포유 : http://<?= $const["_ROOT_DOMAIN_"]?>/<br>
아이디 : <?=$_EMAIL_?>
</td>
</tr>
<tr>
<td align="left" valign="top" style="padding:15px 0">
<div style="width: 100%;border: 1px solid red;border-radius: 10px;padding:10px; background-color:#ffe8ba; line-height:2em">
<span style="color:red; font-size:14px"><b> - SNS지인사칭, 공무원사칭 피싱사기 주의 (필독) -</b></span><br><br>
1. <b style="color:red;text-decoration:underline">카카오톡/SNS메신저</b>로 가족, 지인을 사칭한 피싱사기가 급증하고 있습니다. 누군가의 부탁으로 개인정보, 휴대폰 인증번호 노출 또는 결제부탁을 받으신 경우
메신저 대화를 중단 하시고 반드시 해당 <b style="color:red;text-decoration:underline">지인과 통화를 하여 사실관계</b>를 확인바랍니다.<br><br>
2. <b style="color:red;">검찰 또는 수사관(공무원)</b>을 사칭하는 사람에게 전화를 받고 회원 가입을 하거나, 구인광고를 통한 구매대행/고액알바 등의 아르바이트를 이유로 저희 “핀포유” 에 가입 후
<span style="color:red;text-decoration:underline">상품권 구매를 지시/요청 받았다면 99.9% 보이스피싱과 같은 금융 사고/사기</span>일 가능성이 높습니다.<br><br>
이점 이용에 유의하여 주시기 바랍니다.
</div>
</td>
</tr>
<tr>
<td align="center" valign="top" style="padding:30px 0">
<a href="<?=$_LINK_?>" style="text-decoration:none;padding:10px 20px;border-radius:3px;color:#FFF;background-color:#E4574B;font-size:14px;font-weight:bold">이메일 인증</a>
</td>
</tr>
<tr>
<td align="left" valign="top" style="padding:15px 0">
이메일 인증후 사이트 이용이 가능합니다.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="right" valign="top" style="padding:15px 20px">
<a href="http://<?= $const["_ROOT_DOMAIN_"]?>" target="_blank" style="color:#E4574B;font-weight:bold;font-size:14px;text-decoration:none">핀포유 바로가기</a>
</td>
</tr>
</tbody>
</table>