IPO Subscription Email by RM » History » Version 1
karnake ruengchaicharnkij, 04/08/2026 02:57 AM
| 1 | 1 | karnake ruengchaicharnkij | # IPO Subscription Email by RM |
|---|---|---|---|
| 2 | |||
| 3 | ภาษาไทย |
||
| 4 | ``` html |
||
| 5 | <!DOCTYPE html> |
||
| 6 | <html lang="th"> |
||
| 7 | <head> |
||
| 8 | <meta charset="UTF-8"> |
||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||
| 10 | <title>ยืนยันการจองซื้อ - Finansia Portal</title> |
||
| 11 | <style> |
||
| 12 | body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Tahoma'; line-height: 1.6; color: #333333; margin: 0; padding: 0; background-color: #f4f4f4; } |
||
| 13 | .container { max-width: 600px; margin: 20px auto; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; } |
||
| 14 | .header { background-color: #0c2340; color: #ffffff; padding: 25px; text-align: center; border-bottom: 4px solid #c5a059; } |
||
| 15 | .header h1 { margin: 0; font-size: 20px; letter-spacing: 1px; } |
||
| 16 | .content { padding: 35px; } |
||
| 17 | .details-table { width: 100%; margin: 20px 0; border-collapse: collapse; } |
||
| 18 | .details-table td { padding: 12px 10px; border-bottom: 1px solid #f0f0f0; } |
||
| 19 | .label { color: #666666; width: 40%; } |
||
| 20 | .value { font-weight: bold; text-align: right; color: #0c2340; } |
||
| 21 | .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; } |
||
| 22 | .button-container { text-align: center; margin: 30px 0; } |
||
| 23 | .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; } |
||
| 24 | .footer { background-color: #f8f9fa; padding: 20px; text-align: center; font-size: 11px; color: #777777; border-top: 1px solid #eeeeee; } |
||
| 25 | </style> |
||
| 26 | </head> |
||
| 27 | <body> |
||
| 28 | <div class="container"> |
||
| 29 | <div class="header"> |
||
| 30 | <h1>FINANSIA PORTAL</h1> |
||
| 31 | </div> |
||
| 32 | <div class="content"> |
||
| 33 | <p><strong>เรียน คุณลูกค้า</strong></p> |
||
| 34 | <p>บริษัท Finansia Portal จำกัด มีความยินดีที่ได้รับคำสั่งจองซื้อจากท่าน โปรดตรวจสอบรายละเอียดการจองซื้อด้านล่าง และกดปุ่ม <strong>"ยืนยัน"</strong> เพื่อดำเนินการให้เสร็จสมบูรณ์</p> |
||
| 35 | |||
| 36 | <table class="details-table"> |
||
| 37 | <tr><td class="label">ชื่อโครงการ:</td><td class="value">[ชื่อโครงการ/เหรียญ]</td></tr> |
||
| 38 | <tr><td class="label">จำนวนที่จองซื้อ:</td><td class="value">[จำนวน] หน่วย</td></tr> |
||
| 39 | <tr><td class="label">ราคาต่อหน่วย:</td><td class="value">[ราคา] USDT</td></tr> |
||
| 40 | <tr><td class="label">ยอดชำระสุทธิ:</td><td class="value">[ยอดรวม] USDT</td></tr> |
||
| 41 | </table> |
||
| 42 | |||
| 43 | <div class="expiry-box"> |
||
| 44 | <strong>คำเตือน:</strong> รายการจองซื้อนี้จะหมดอายุโดยอัตโนมัติภายใน <strong>24 ชั่วโมง</strong> |
||
| 45 | </div> |
||
| 46 | |||
| 47 | <div class="button-container"> |
||
| 48 | <a href="#" class="button">ยืนยันการจองซื้อ</a> |
||
| 49 | </div> |
||
| 50 | |||
| 51 | <p style="font-size: 13px; color: #888;">*หากท่านไม่ได้เป็นผู้ทำรายการ หรือพบข้อมูลไม่ถูกต้อง โปรดติดต่อเจ้าหน้าที่โดยด่วน</p> |
||
| 52 | </div> |
||
| 53 | <div class="footer"> |
||
| 54 | <p>บริษัท Finansia Portal จำกัด</p> |
||
| 55 | <p>48/48 Tisco Tower, 20th Floor, North Sathorn Road, Silom Sub-district, Bang Rak District, Bangkok 10500</p> |
||
| 56 | <p>อีเมล: support@finansiaportal.com | โทร: 02 118 0346</p> |
||
| 57 | </div> |
||
| 58 | </div> |
||
| 59 | </body> |
||
| 60 | </html> |
||
| 61 | ``` |
||
| 62 | English |
||
| 63 | |||
| 64 | ``` html |
||
| 65 | <!DOCTYPE html> |
||
| 66 | <html lang="en"> |
||
| 67 | <head> |
||
| 68 | <meta charset="UTF-8"> |
||
| 69 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||
| 70 | <title>Order Confirmation - Finansia Portal</title> |
||
| 71 | <style> |
||
| 72 | /* สไตล์เดียวกันกับด้านบนเพื่อให้แบรนด์ไปในทิศทางเดียวกัน */ |
||
| 73 | body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: #333333; margin: 0; padding: 0; background-color: #f4f4f4; } |
||
| 74 | .container { max-width: 600px; margin: 20px auto; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; } |
||
| 75 | .header { background-color: #0c2340; color: #ffffff; padding: 25px; text-align: center; border-bottom: 4px solid #c5a059; } |
||
| 76 | .header h1 { margin: 0; font-size: 20px; letter-spacing: 2px; } |
||
| 77 | .content { padding: 35px; } |
||
| 78 | .details-table { width: 100%; margin: 20px 0; border-collapse: collapse; } |
||
| 79 | .details-table td { padding: 12px 10px; border-bottom: 1px solid #f0f0f0; } |
||
| 80 | .label { color: #666666; } |
||
| 81 | .value { font-weight: bold; text-align: right; color: #0c2340; } |
||
| 82 | .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; } |
||
| 83 | .button-container { text-align: center; margin: 30px 0; } |
||
| 84 | .button { background-color: #0c2340; color: #ffffff !important; padding: 15px 45px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; } |
||
| 85 | .footer { background-color: #f8f9fa; padding: 20px; text-align: center; font-size: 11px; color: #777777; border-top: 1px solid #eeeeee; } |
||
| 86 | </style> |
||
| 87 | </head> |
||
| 88 | <body> |
||
| 89 | <div class="container"> |
||
| 90 | <div class="header"> |
||
| 91 | <h1>FINANSIA PORTAL</h1> |
||
| 92 | </div> |
||
| 93 | <div class="content"> |
||
| 94 | <p><strong>Dear Valued Customer,</strong></p> |
||
| 95 | <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> |
||
| 96 | |||
| 97 | <table class="details-table"> |
||
| 98 | <tr><td class="label">Project:</td><td class="value">[Project Name]</td></tr> |
||
| 99 | <tr><td class="label">Amount:</td><td class="value">[Quantity] Units</td></tr> |
||
| 100 | <tr><td class="label">Price per Unit:</td><td class="value">[Price] USDT</td></tr> |
||
| 101 | <tr><td class="label">Total Amount:</td><td class="value">[Total] USDT</td></tr> |
||
| 102 | </table> |
||
| 103 | |||
| 104 | <div class="expiry-box"> |
||
| 105 | <strong>Attention:</strong> This subscription order will expire in <strong>24 hours</strong>. |
||
| 106 | </div> |
||
| 107 | |||
| 108 | <div class="button-container"> |
||
| 109 | <a href="#" class="button">Confirm Subscription</a> |
||
| 110 | </div> |
||
| 111 | |||
| 112 | <p style="font-size: 12px; color: #999;">If you did not make this request, please disregard this email or contact our support.</p> |
||
| 113 | </div> |
||
| 114 | <div class="footer"> |
||
| 115 | <p>Finansia Portal Co., Ltd.</p> |
||
| 116 | <p>48/48 Tisco Tower, 20th Floor, North Sathorn Road, Silom Sub-district, Bang Rak District, Bangkok 10500, Thailand</p> |
||
| 117 | <p>Email: support@finansiaportal.com | Official Portal Only</p> |
||
| 118 | </div> |
||
| 119 | </div> |
||
| 120 | </body> |
||
| 121 | </html> |
||
| 122 | ``` |