Actions
IPO Subscription Email by RM¶
ภาษาไทย
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ยืนยันการจองซื้อ - Finansia Portal</title>
<style>
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Tahoma'; line-height: 1.6; color: #333333; margin: 0; padding: 0; background-color: #f4f4f4; }
.container { max-width: 600px; margin: 20px auto; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; }
.header { background-color: #0c2340; color: #ffffff; padding: 25px; text-align: center; border-bottom: 4px solid #c5a059; }
.header h1 { margin: 0; font-size: 20px; letter-spacing: 1px; }
.content { padding: 35px; }
.details-table { width: 100%; margin: 20px 0; border-collapse: collapse; }
.details-table td { padding: 12px 10px; border-bottom: 1px solid #f0f0f0; }
.label { color: #666666; width: 40%; }
.value { font-weight: bold; text-align: right; color: #0c2340; }
.expiry-box { background-color: #fff8e1; border: 1px solid #ffe082; color: #856404; padding: 15px; border-radius: 4px; text-align: center; margin: 25px 0; font-size: 14px; }
.button-container { text-align: center; margin: 30px 0; }
.button { background-color: #c5a059; color: #ffffff !important; padding: 15px 45px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; font-size: 16px; }
.footer { background-color: #f8f9fa; padding: 20px; text-align: center; font-size: 11px; color: #777777; border-top: 1px solid #eeeeee; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>FINANSIA PORTAL</h1>
</div>
<div class="content">
<p><strong>เรียน คุณลูกค้า</strong></p>
<p>บริษัท Finansia Portal จำกัด มีความยินดีที่ได้รับคำสั่งจองซื้อจากท่าน โปรดตรวจสอบรายละเอียดการจองซื้อด้านล่าง และกดปุ่ม <strong>"ยืนยัน"</strong> เพื่อดำเนินการให้เสร็จสมบูรณ์</p>
<table class="details-table">
<tr><td class="label">ชื่อโครงการ:</td><td class="value">[ชื่อโครงการ/เหรียญ]</td></tr>
<tr><td class="label">จำนวนที่จองซื้อ:</td><td class="value">[จำนวน] หน่วย</td></tr>
<tr><td class="label">ราคาต่อหน่วย:</td><td class="value">[ราคา] USDT</td></tr>
<tr><td class="label">ยอดชำระสุทธิ:</td><td class="value">[ยอดรวม] USDT</td></tr>
</table>
<div class="expiry-box">
<strong>คำเตือน:</strong> รายการจองซื้อนี้จะหมดอายุโดยอัตโนมัติภายใน <strong>24 ชั่วโมง</strong>
</div>
<div class="button-container">
<a href="#" class="button">ยืนยันการจองซื้อ</a>
</div>
<p style="font-size: 13px; color: #888;">*หากท่านไม่ได้เป็นผู้ทำรายการ หรือพบข้อมูลไม่ถูกต้อง โปรดติดต่อเจ้าหน้าที่โดยด่วน</p>
</div>
<div class="footer">
<p>บริษัท Finansia Portal จำกัด</p>
<p>48/48 Tisco Tower, 20th Floor, North Sathorn Road, Silom Sub-district, Bang Rak District, Bangkok 10500</p>
<p>อีเมล: support@finansiaportal.com | โทร: 02 118 0346</p>
</div>
</div>
</body>
</html>
English
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Order Confirmation - Finansia Portal</title>
<style>
/* สไตล์เดียวกันกับด้านบนเพื่อให้แบรนด์ไปในทิศทางเดียวกัน */
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: #333333; margin: 0; padding: 0; background-color: #f4f4f4; }
.container { max-width: 600px; margin: 20px auto; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; }
.header { background-color: #0c2340; color: #ffffff; padding: 25px; text-align: center; border-bottom: 4px solid #c5a059; }
.header h1 { margin: 0; font-size: 20px; letter-spacing: 2px; }
.content { padding: 35px; }
.details-table { width: 100%; margin: 20px 0; border-collapse: collapse; }
.details-table td { padding: 12px 10px; border-bottom: 1px solid #f0f0f0; }
.label { color: #666666; }
.value { font-weight: bold; text-align: right; color: #0c2340; }
.expiry-box { background-color: #fff8e1; border: 1px solid #ffe082; color: #856404; padding: 15px; border-radius: 4px; text-align: center; margin: 25px 0; font-size: 14px; }
.button-container { text-align: center; margin: 30px 0; }
.button { background-color: #0c2340; color: #ffffff !important; padding: 15px 45px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; }
.footer { background-color: #f8f9fa; padding: 20px; text-align: center; font-size: 11px; color: #777777; border-top: 1px solid #eeeeee; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>FINANSIA PORTAL</h1>
</div>
<div class="content">
<p><strong>Dear Valued Customer,</strong></p>
<p>Finansia Portal Co., Ltd. is pleased to acknowledge your subscription request. Please review the details below and click <strong>"Confirm"</strong> to finalize your subscription.</p>
<table class="details-table">
<tr><td class="label">Project:</td><td class="value">[Project Name]</td></tr>
<tr><td class="label">Amount:</td><td class="value">[Quantity] Units</td></tr>
<tr><td class="label">Price per Unit:</td><td class="value">[Price] USDT</td></tr>
<tr><td class="label">Total Amount:</td><td class="value">[Total] USDT</td></tr>
</table>
<div class="expiry-box">
<strong>Attention:</strong> This subscription order will expire in <strong>24 hours</strong>.
</div>
<div class="button-container">
<a href="#" class="button">Confirm Subscription</a>
</div>
<p style="font-size: 12px; color: #999;">If you did not make this request, please disregard this email or contact our support.</p>
</div>
<div class="footer">
<p>Finansia Portal Co., Ltd.</p>
<p>48/48 Tisco Tower, 20th Floor, North Sathorn Road, Silom Sub-district, Bang Rak District, Bangkok 10500, Thailand</p>
<p>Email: support@finansiaportal.com | Official Portal Only</p>
</div>
</div>
</body>
</html>
Updated by karnake ruengchaicharnkij 10 days ago · 1 revisions