เทมเพลต Newsletter: ดาวน์โหลดฟรี เคล็ดลับการออกแบบ และตัวอย่างที่ดีที่สุด (2026)
รับเทมเพลต newsletter ฟรีและแรงบันดาลใจการออกแบบ พร้อมเทมเพลต HTML แบบ responsive แนวทางปฏิบัติที่ดีที่สุดในการออกแบบ และตัวอย่างสำหรับทุกอุตสาหกรรม
TL;DR: เทมเพลต newsletter ที่ดี responsive บนมือถือ จัดวางเป็นคอลัมน์เดียว สอดคล้องกับแบรนด์ และสร้างขึ้นรอบ CTA เดียวที่ชัดเจน Brevo มีเทมเพลต responsive ฟรีมากกว่า 40 แบบในเครื่องมือ drag-and-drop โดยไม่ต้องเขียนโค้ด ส่วน Canva, Stripo และ BEEFree เป็นทางเลือกที่ดีหากต้องการเฉพาะไฟล์ดีไซน์
เทมเพลต newsletter ที่ดีรับภาระหนักของ email marketing แทนคุณ ทำให้เนื้อหาดูเป็นมืออาชีพ พาผู้อ่านไปยัง CTA และแสดงผลถูกต้องบนทุกอุปกรณ์และทุก email client
คู่มือนี้ครอบคลุมทุกเรื่องเกี่ยวกับเทมเพลต newsletter ตั้งแต่จุดที่ได้มาฟรี วิธีออกแบบให้มีประสิทธิภาพ ไปจนถึงตัวอย่างจากทุกอุตสาหกรรม
เทมเพลต newsletter ที่ดีต้องมีอะไร
องค์ประกอบสำคัญ
- ดีไซน์ responsive บนมือถือ เพราะอีเมลกว่า 60% ถูกเปิดบนมือถือ
- ลำดับชั้นภาพที่ชัดเจน พาสายตาจากหัวเรื่องไปยัง CTA
- ความสอดคล้องของแบรนด์ ทั้งสี ฟอนต์ และตำแหน่งของ logo
- เลย์เอาต์คอลัมน์เดียว อ่านง่ายที่สุดบนทุกอุปกรณ์
- CTA ที่โดดเด่น หนึ่งการกระทำที่ชัดเจนต่ออีเมลหนึ่งฉบับ
- ข้อความ preheader ขยายเนื้อหาของ subject line ในกล่องจดหมาย
- ลิงก์ยกเลิกการรับ จำเป็นตามกฎหมาย (CAN-SPAM, GDPR)
โครงสร้างเทมเพลต
┌─────────────────────────┐│ Logo / ส่วนหัวของแบรนด์ │├─────────────────────────┤│ ภาพ Hero │├─────────────────────────┤│ หัวเรื่อง ││ เนื้อหา (2-3 บรรทัด) ││ [ปุ่ม CTA] │├─────────────────────────┤│ ส่วนเนื้อหาที่ 2 ││ [CTA รอง] │├─────────────────────────┤│ Footer / ลิงก์โซเชียล ││ ลิงก์ยกเลิกการรับ │└─────────────────────────┘สี่เลย์เอาต์ที่กำลังทำงานจริง
แต่ละแผงด้านล่างคือ HTML อีเมลจริงของเทมเพลต วางในกรอบที่มีความกว้างจริง ลากความกว้างลงมาที่ 375 px แล้วดูคอลัมน์เรียงซ้อนกัน
ตามธีมของคุณ — สลับได้ที่ส่วนหัวเพื่อดูอีกแบบหนึ่ง
อ่าน HTML ของ The Letter
<!DOCTYPE html>
<html lang="th" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>The Letter</title>
<style>
body { margin:0; padding:0; width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
img { border:0; outline:none; line-height:100%; -ms-interpolation-mode:bicubic; display:block; }
a { text-decoration:underline; }
@media only screen and (max-width:620px) {
.wrap { width:100% !important; }
.stack { display:block !important; width:100% !important; max-width:100% !important; }
.gutter { padding-left:20px !important; padding-right:20px !important; }
.cta { display:block !important; width:100% !important; box-sizing:border-box !important; text-align:center !important; }
.h1 { font-size:26px !important; line-height:32px !important; }
.thumb { width:100% !important; height:auto !important; max-width:100% !important; }
/* A digest row is the one two-column layout that should NOT stack: the
thumbnail shrinks and stays beside the headline, because a roundup is
read by scanning and a full-width decorative image per story destroys
that. */
.row-thumb { width:80px !important; }
.row-thumb img { width:80px !important; height:80px !important; }
.hide-sm { display:none !important; }
}
@media (prefers-color-scheme: dark) {
.d-bg { background-color:#151515 !important; }
.d-card { background-color:#1c1c1c !important; }
.d-ink { color:#f2f2f2 !important; }
.d-mute { color:#a8a8a8 !important; }
.d-rule { border-color:#3a3a3a !important; }
}
</style>
</head>
<body class="d-bg" style="margin:0;padding:0;background-color:#f0efec;">
<span style="display:none;font-size:1px;color:#fefefe;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;">ข้อความที่คุณเก็บไว้ในแอปจดบันทึกทำงานหนักกว่าปฏิทินคอนเทนต์ของคุณ</span><span style="display:none;font-size:1px;color:#fefefe;"> ͏ ͏ ͏ ͏ ͏</span>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-bg" style="background-color:#f0efec;">
<tr><td align="center" style="padding:32px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="600" class="wrap d-card" style="width:600px;max-width:600px;background-color:#ffffff;">
<tr><td style="padding:0;">
<img src="/_astro/letter-masthead.BcPkHvz4.png" width="600" height="250" alt="หัวจดหมาย Meridian Press: ส่วนโค้งสีน้ำเงินร่วมศูนย์ตัดด้วยแถบทแยง" style="width:100%;height:auto;max-width:600px;">
</td></tr>
<tr><td class="gutter" style="padding:36px 88px 0 88px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 6px 0;font-size:13px;line-height:18px;color:#6b6b6b;">Meridian Press · ฉบับที่ 47</p>
</td></tr>
<tr><td class="gutter" style="padding:0 88px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<h1 class="h1 d-ink" style="margin:0 0 20px 0;font-size:34px;line-height:42px;font-weight:400;color:#141414;">คลังเก็บนั่นแหละคือตัวสินค้า</h1>
<p class="d-ink" style="margin:0 0 20px 0;font-size:18px;line-height:30px;color:#242424;">สามสัปดาห์ก่อนผมไปตามหางานที่เขียนไว้เมื่อปี 2019 แล้วหาไม่เจอ ไม่มีในเว็บไซต์ ไม่มีในไฟล์ส่งออก ไม่มีในระบบค้นหาของแพลตฟอร์มเอง หนึ่งพันสองร้อยฉบับ และดัชนีเดียวที่ยังใช้ได้คือความทรงจำของผม</p>
<p class="d-ink" style="margin:0 0 20px 0;font-size:18px;line-height:30px;color:#242424;">นี่คือส่วนที่ไม่มีใครบอกคุณเกี่ยวกับการทำจดหมายข่าวมาหกปี การส่งนั้นง่าย การเก็บรักษาไม่ง่าย</p>
</td></tr>
<tr><td class="gutter" style="padding:8px 88px 28px 88px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td class="quote" style="border-left:3px solid #0084d1;padding:4px 0 4px 0;padding-left:20px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0;font-size:19px;line-height:30px;font-style:italic;color:#141414;">ทุกอย่างที่คุณเผยแพร่คือเงินฝาก แต่แทบไม่มีใครสร้างช่องทางถอนออก</p>
</td></tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 88px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 20px 0;font-size:18px;line-height:30px;color:#242424;">สัปดาห์นี้ผมจึงสร้างฉบับเก่าขึ้นใหม่ให้เป็นคลังเก็บของจริง มีแท็ก มีการค้นหาแบบเต็มข้อความ และมีที่อยู่ถาวร ใช้เวลาเก้าวัน ยอดผู้ติดตามไม่ขยับ เวลาที่ผู้อ่านอยู่บนเว็บเพิ่มขึ้นสามเท่า</p>
<p class="d-ink" style="margin:0 0 28px 0;font-size:18px;line-height:30px;color:#242424;">ทั้งหมดอยู่ด้านล่างนี้ รวมถึงส่วนที่ล้มเหลวด้วย</p>
</td></tr>
<tr><td class="gutter" style="padding:0 88px 36px 88px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<a href="https://example.com" style="font-size:17px;line-height:24px;font-weight:600;color:#0084d1;text-decoration:underline;">อ่านฉบับเต็ม →</a>
</td></tr>
<tr><td class="gutter d-rule" style="padding:0 88px;border-top:1px solid #e4e2de;"></td></tr>
<tr><td class="gutter" style="padding:24px 88px 40px 88px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 10px 0;font-size:14px;line-height:22px;color:#6b6b6b;">เขียนด้วยมือทุกวันพฤหัสบดี ตอบกลับมาได้ ผมอ่านเอง</p>
<p class="d-mute" style="margin:0;font-size:13px;line-height:20px;color:#8a8a8a;">Meridian Press, 14 Harbour Lane, Bristol BS1 4TT<br>
<a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ยกเลิกการรับข่าวสาร</a> · <a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ดูในเบราว์เซอร์</a></p>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html> ตามธีมของคุณ — สลับได้ที่ส่วนหัวเพื่อดูอีกแบบหนึ่ง
อ่าน HTML ของ The Digest
<!DOCTYPE html>
<html lang="th" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>The Digest</title>
<style>
body { margin:0; padding:0; width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
img { border:0; outline:none; line-height:100%; -ms-interpolation-mode:bicubic; display:block; }
a { text-decoration:underline; }
@media only screen and (max-width:620px) {
.wrap { width:100% !important; }
.stack { display:block !important; width:100% !important; max-width:100% !important; }
.gutter { padding-left:20px !important; padding-right:20px !important; }
.cta { display:block !important; width:100% !important; box-sizing:border-box !important; text-align:center !important; }
.h1 { font-size:26px !important; line-height:32px !important; }
.thumb { width:100% !important; height:auto !important; max-width:100% !important; }
/* A digest row is the one two-column layout that should NOT stack: the
thumbnail shrinks and stays beside the headline, because a roundup is
read by scanning and a full-width decorative image per story destroys
that. */
.row-thumb { width:80px !important; }
.row-thumb img { width:80px !important; height:80px !important; }
.hide-sm { display:none !important; }
}
@media (prefers-color-scheme: dark) {
.d-bg { background-color:#131313 !important; }
.d-card { background-color:#1b1b1b !important; }
.d-ink { color:#f3f3f3 !important; }
.d-mute { color:#a5a5a5 !important; }
.d-rule { border-color:#333333 !important; }
.d-chip { background-color:#10352f !important; color:#7fd8c6 !important; }
}
</style>
</head>
<body class="d-bg" style="margin:0;padding:0;background-color:#f4f3f0;">
<span style="display:none;font-size:1px;color:#fefefe;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;">หกเรื่องที่คุ้มค่ากับวันอังคารของคุณ สองเรื่องว่าด้วยการตั้งราคา</span><span style="display:none;font-size:1px;color:#fefefe;"> ͏ ͏ ͏ ͏ ͏</span>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-bg" style="background-color:#f4f3f0;">
<tr><td align="center" style="padding:28px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="600" class="wrap d-card" style="width:600px;max-width:600px;background-color:#ffffff;border-radius:6px;">
<tr><td class="gutter" style="padding:30px 32px 22px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="middle" style="font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0;font-size:20px;line-height:26px;font-weight:800;color:#141414;">The Tuesday Digest</p>
<p class="d-mute" style="margin:4px 0 0 0;font-size:14px;line-height:20px;color:#6b6b6b;">26 สิงหาคม 2026 · 6 เรื่อง · 9 นาที</p>
</td>
<td valign="middle" align="right" class="hide-sm">
<span class="d-chip" style="display:inline-block;background:#e2f4ef;color:#00614f;border-radius:999px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:12px;font-weight:700;padding:6px 12px;">ฉบับที่ 212</span>
</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 32px;"><table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="d-rule" style="border-top:2px solid #141414;font-size:0;line-height:0;"> </td></tr></table></td></tr>
<tr><td class="gutter" style="padding:0 32px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding:22px 0;">
<tr>
<td class="row-thumb" width="112" valign="top" style="width:112px;padding:0;padding-right:20px;">
<img src="/_astro/digest-1.gDWNYw1C.png" width="112" height="112" alt="ส่วนโค้งสีเขียวน้ำทะเลเชิงนามธรรมตัดด้วยแถบทแยง" style="width:112px;height:112px;border-radius:4px;">
</td>
<td valign="top" style="font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 6px 0;font-size:12px;line-height:16px;color:#007d6a;">01 · การตั้งราคา</p>
<p style="margin:0 0 6px 0;font-size:18px;line-height:26px;font-weight:700;">
<a href="https://example.com" class="d-ink" style="color:#141414;text-decoration:none;">สามบริษัทเปลี่ยนไปคิดราคาตามการใช้งาน และสองบริษัทถอยกลับ</a>
</p>
<p class="d-mute" style="margin:0;font-size:16px;line-height:26px;color:#555555;">ทั้งสองบริษัทที่ถอยกลับพูดตรงกันว่า ภาระงานฝ่ายสนับสนุนเพิ่มขึ้นก่อนรายได้</p>
</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 32px;"><table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="d-rule" style="border-top:1px solid #eceae6;font-size:0;line-height:0;"> </td></tr></table></td></tr>
<tr><td class="gutter" style="padding:0 32px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding:22px 0;">
<tr>
<td class="row-thumb" width="112" valign="top" style="width:112px;padding:0;padding-right:20px;">
<img src="/_astro/digest-2.ch7Avmad.png" width="112" height="112" alt="วงแหวนสีเขียวน้ำทะเลเชิงนามธรรมที่มีจุดโฟกัสเยื้องออก" style="width:112px;height:112px;border-radius:4px;">
</td>
<td valign="top" style="font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 6px 0;font-size:12px;line-height:16px;color:#007d6a;">02 · การส่งถึงกล่องจดหมาย</p>
<p style="margin:0 0 6px 0;font-size:18px;line-height:26px;font-weight:700;">
<a href="https://example.com" class="d-ink" style="color:#141414;text-decoration:none;">กฎของ Gmail สำหรับผู้ส่งจำนวนมากครบหนึ่งปีแล้ว นี่คือสิ่งที่เปลี่ยนไปจริง ๆ</a>
</p>
<p class="d-mute" style="margin:0;font-size:16px;line-height:26px;color:#555555;">อัตราการร้องเรียนคือเกณฑ์เดียวที่มีคนเข้าใกล้ ส่วนที่เหลือเป็นมาตรฐานพื้นฐานอยู่แล้ว</p>
</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 32px;"><table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="d-rule" style="border-top:1px solid #eceae6;font-size:0;line-height:0;"> </td></tr></table></td></tr>
<tr><td class="gutter" style="padding:0 32px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding:22px 0;">
<tr>
<td class="row-thumb" width="112" valign="top" style="width:112px;padding:0;padding-right:20px;">
<img src="/_astro/digest-3.DP0eG3wj.png" width="112" height="112" alt="ส่วนโค้งร่วมศูนย์สีเขียวน้ำทะเลเชิงนามธรรมบนพื้นขาวนวล" style="width:112px;height:112px;border-radius:4px;">
</td>
<td valign="top" style="font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 6px 0;font-size:12px;line-height:16px;color:#007d6a;">03 · งานฝีมือ</p>
<p style="margin:0 0 6px 0;font-size:18px;line-height:26px;font-weight:700;">
<a href="https://example.com" class="d-ink" style="color:#141414;text-decoration:none;">คลังเก็บจดหมายข่าวคือผลิตภัณฑ์ค้นหา ไม่ใช่รายการลิงก์</a>
</p>
<p class="d-mute" style="margin:0;font-size:16px;line-height:26px;color:#555555;">ทำงานเก้าวัน ผู้ติดตามไม่เพิ่มเลย เวลาบนเว็บเพิ่มสามเท่า สิ่งที่น่าสนใจคือการแลกกันตรงนี้</p>
</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 32px;"><table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="d-rule" style="border-top:1px solid #eceae6;font-size:0;line-height:0;"> </td></tr></table></td></tr>
<tr><td class="gutter" style="padding:24px 32px 34px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0 0 14px 0;font-size:15px;line-height:24px;color:#555555;">ยังมีอีกสามเรื่องด้านล่าง รวมถึงเรื่องการวางบิลที่ทุกคนตอบกลับ</p>
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#007d6a" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#007d6a;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">อ่านทั้งหกเรื่อง</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
<tr><td class="gutter d-rule" style="padding:0 32px;border-top:1px solid #eceae6;"></td></tr>
<tr><td class="gutter" style="padding:20px 32px 30px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0;font-size:13px;line-height:20px;color:#8a8a8a;">The Tuesday Digest, 9 Fitzroy Street, Manchester M1 2AL<br>
<a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ยกเลิกการรับข่าวสาร</a> · <a href="https://example.com" class="d-mute" style="color:#8a8a8a;">จัดการการตั้งค่า</a> · <a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ดูในเบราว์เซอร์</a></p>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html> ตามธีมของคุณ — สลับได้ที่ส่วนหัวเพื่อดูอีกแบบหนึ่ง
อ่าน HTML ของ The Storefront
<!DOCTYPE html>
<html lang="th" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>The Storefront</title>
<style>
body { margin:0; padding:0; width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
img { border:0; outline:none; line-height:100%; -ms-interpolation-mode:bicubic; display:block; }
a { text-decoration:underline; }
@media only screen and (max-width:620px) {
.wrap { width:100% !important; }
.stack { display:block !important; width:100% !important; max-width:100% !important; }
.gutter { padding-left:20px !important; padding-right:20px !important; }
.cta { display:block !important; width:100% !important; box-sizing:border-box !important; text-align:center !important; }
.h1 { font-size:26px !important; line-height:32px !important; }
.thumb { width:100% !important; height:auto !important; max-width:100% !important; }
/* A digest row is the one two-column layout that should NOT stack: the
thumbnail shrinks and stays beside the headline, because a roundup is
read by scanning and a full-width decorative image per story destroys
that. */
.row-thumb { width:80px !important; }
.row-thumb img { width:80px !important; height:80px !important; }
.hide-sm { display:none !important; }
}
@media (prefers-color-scheme: dark) {
.d-bg { background-color:#141210 !important; }
.d-card { background-color:#1d1a18 !important; }
.d-ink { color:#f5f2ef !important; }
.d-mute { color:#aaa39d !important; }
.d-rule { border-color:#38322d !important; }
.d-tile { background-color:#241f1c !important; }
}
</style>
</head>
<body class="d-bg" style="margin:0;padding:0;background-color:#efece8;">
<span style="display:none;font-size:1px;color:#fefefe;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;">ภาพพิมพ์ใหม่สี่ชิ้น ชิ้นที่เป็นท่าเรือมีเพียง 40 ใบ และคงอยู่ไม่ถึงสิ้นสัปดาห์</span><span style="display:none;font-size:1px;color:#fefefe;"> ͏ ͏ ͏ ͏ ͏</span>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-bg" style="background-color:#efece8;">
<tr><td align="center" style="padding:24px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="600" class="wrap d-card" style="width:600px;max-width:600px;background-color:#ffffff;">
<tr><td class="gutter" style="padding:22px 24px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr>
<td class="d-ink" style="font-size:17px;line-height:22px;font-weight:800;color:#141414;">Northlight</td>
<td align="right" class="d-mute hide-sm" style="font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:13px;line-height:20px;color:#6b6b6b;">ชุดฤดูใบไม้ร่วง · 04</td>
</tr></table>
</td></tr>
<tr><td style="padding:0;">
<img src="/_astro/shop-hero.r4mykM_E.png" width="600" height="360" alt="ภาพพิมพ์ Northlight ใหม่สี่ชิ้น: ส่วนโค้งสีแดงสนิมซ้อนทับกันบนพื้นขาวนวลโทนอุ่น" style="width:100%;height:auto;max-width:600px;">
</td></tr>
<tr><td class="gutter" style="padding:30px 40px 0 40px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<h1 class="h1 d-ink" style="margin:0 0 12px 0;font-size:30px;line-height:38px;font-weight:800;color:#141414;">ภาพพิมพ์สี่ชิ้น ชิ้นละสี่สิบใบ</h1>
<p class="d-mute" style="margin:0 0 22px 0;font-size:16px;line-height:26px;color:#555555;">ภาพพิมพ์ทุกชิ้นในชุดนี้พิมพ์ด้วยมือ ใส่หมายเลขกำกับ และหมดคือหมด ที่นี่ไม่มีการพิมพ์ซ้ำ</p>
</td></tr>
<tr><td class="gutter" style="padding:0 40px 26px 40px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#b8442d" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#b8442d;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">ดูชุดนี้</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
<tr><td class="gutter" style="padding:0 32px 8px 32px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="stack" width="50%" valign="top" style="width:50%;padding:0 8px 16px 8px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-tile" style="background-color:#faf9f7;border-radius:4px;">
<tr><td style="padding:0;"><img src="/_astro/shop-print-1.B7Z7OyM8.png" width="272" height="272" alt="Harbour ภาพพิมพ์นามธรรมโทนแดงสนิม" class="thumb" style="width:100%;height:auto;border-radius:4px 4px 0 0;"></td></tr>
<tr><td style="padding:16px 16px 18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:16px;line-height:22px;font-weight:700;color:#141414;">Harbour</p>
<p class="d-mute" style="margin:0 0 10px 0;font-size:14px;line-height:20px;color:#6b6b6b;">50 × 70 cm · จิเคลบนกระดาษใยฝ้าย</p>
<p style="margin:0 0 14px 0;font-size:18px;line-height:24px;font-weight:700;color:#b8442d;">£85</p>
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#b8442d" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#b8442d;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">ใส่ตะกร้า</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
</table>
</td>
<td class="stack" width="50%" valign="top" style="width:50%;padding:0 8px 16px 8px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-tile" style="background-color:#faf9f7;border-radius:4px;">
<tr><td style="padding:0;"><img src="/_astro/shop-print-2.CMBKLJ38.png" width="272" height="272" alt="Dusk ภาพพิมพ์นามธรรมโทนเหลืองอำพัน" class="thumb" style="width:100%;height:auto;border-radius:4px 4px 0 0;"></td></tr>
<tr><td style="padding:16px 16px 18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:16px;line-height:22px;font-weight:700;color:#141414;">Dusk</p>
<p class="d-mute" style="margin:0 0 10px 0;font-size:14px;line-height:20px;color:#6b6b6b;">50 × 70 cm · จิเคลบนกระดาษใยฝ้าย</p>
<p style="margin:0 0 14px 0;font-size:18px;line-height:24px;font-weight:700;color:#b8442d;">£85</p>
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#b8442d" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#b8442d;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">ใส่ตะกร้า</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="stack" width="50%" valign="top" style="width:50%;padding:0 8px 16px 8px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-tile" style="background-color:#faf9f7;border-radius:4px;">
<tr><td style="padding:0;"><img src="/_astro/shop-print-3.C9XLoBz6.png" width="272" height="272" alt="Tide ภาพพิมพ์นามธรรมโทนม่วง" class="thumb" style="width:100%;height:auto;border-radius:4px 4px 0 0;"></td></tr>
<tr><td style="padding:16px 16px 18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:16px;line-height:22px;font-weight:700;color:#141414;">Tide</p>
<p class="d-mute" style="margin:0 0 10px 0;font-size:14px;line-height:20px;color:#6b6b6b;">40 × 50 cm · จิเคลบนกระดาษใยฝ้าย</p>
<p style="margin:0 0 14px 0;font-size:18px;line-height:24px;font-weight:700;color:#b8442d;">£65</p>
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#b8442d" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#b8442d;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">ใส่ตะกร้า</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
</table>
</td>
<td class="stack" width="50%" valign="top" style="width:50%;padding:0 8px 16px 8px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-tile" style="background-color:#faf9f7;border-radius:4px;">
<tr><td style="padding:0;"><img src="/_astro/shop-print-4.jL_6WDwF.png" width="272" height="272" alt="Quarry ภาพพิมพ์นามธรรมโทนเขียวเข้ม" class="thumb" style="width:100%;height:auto;border-radius:4px 4px 0 0;"></td></tr>
<tr><td style="padding:16px 16px 18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:16px;line-height:22px;font-weight:700;color:#141414;">Quarry</p>
<p class="d-mute" style="margin:0 0 10px 0;font-size:14px;line-height:20px;color:#6b6b6b;">40 × 50 cm · จิเคลบนกระดาษใยฝ้าย</p>
<p style="margin:0 0 14px 0;font-size:18px;line-height:24px;font-weight:700;color:#b8442d;">£65</p>
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#b8442d" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#b8442d;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">ใส่ตะกร้า</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
</table>
</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:6px 40px 30px 40px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-tile" style="background:#faf9f7;border-radius:4px;">
<tr><td style="padding:16px 20px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0;font-size:15px;line-height:24px;color:#242424;"><strong>ส่งฟรีในสหราชอาณาจักรเมื่อซื้อเกิน 75 £</strong> เลือกกรอบได้ตอนชำระเงิน คืนได้ภายใน 30 วัน สำหรับแบบไม่ใส่กรอบ</p>
</td></tr>
</table>
</td></tr>
<tr><td class="gutter d-rule" style="padding:0 40px;border-top:1px solid #ebe7e2;"></td></tr>
<tr><td class="gutter" style="padding:20px 40px 30px 40px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0;font-size:13px;line-height:20px;color:#8a8a8a;">Northlight Print Co., Unit 4 Wharf Road, Leeds LS10 1JQ<br>
<a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ยกเลิกการรับข่าวสาร</a> · <a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ดูในเบราว์เซอร์</a></p>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html> ตามธีมของคุณ — สลับได้ที่ส่วนหัวเพื่อดูอีกแบบหนึ่ง
อ่าน HTML ของ The Brief
<!DOCTYPE html>
<html lang="th" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>The Brief</title>
<style>
body { margin:0; padding:0; width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
img { border:0; outline:none; line-height:100%; -ms-interpolation-mode:bicubic; display:block; }
a { text-decoration:underline; }
@media only screen and (max-width:620px) {
.wrap { width:100% !important; }
.stack { display:block !important; width:100% !important; max-width:100% !important; }
.gutter { padding-left:20px !important; padding-right:20px !important; }
.cta { display:block !important; width:100% !important; box-sizing:border-box !important; text-align:center !important; }
.h1 { font-size:26px !important; line-height:32px !important; }
.thumb { width:100% !important; height:auto !important; max-width:100% !important; }
/* A digest row is the one two-column layout that should NOT stack: the
thumbnail shrinks and stays beside the headline, because a roundup is
read by scanning and a full-width decorative image per story destroys
that. */
.row-thumb { width:80px !important; }
.row-thumb img { width:80px !important; height:80px !important; }
.hide-sm { display:none !important; }
}
@media (prefers-color-scheme: dark) {
.d-bg { background-color:#121212 !important; }
.d-card { background-color:#1a1a1a !important; }
.d-ink { color:#f2f2f2 !important; }
.d-mute { color:#a6a6a6 !important; }
.d-rule { border-color:#333333 !important; }
.d-tile { background-color:#232323 !important; }
.d-track { background-color:#2c2c2c !important; }
}
</style>
</head>
<body class="d-bg" style="margin:0;padding:0;background-color:#f1f0f4;">
<span style="display:none;font-size:1px;color:#fefefe;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;">อัตราการตอบกลับเพิ่มขึ้น 4 จุด และเรายังไม่รู้ว่าเพราะอะไร ข้อสันนิษฐานที่ดีที่สุดอยู่ข้างใน</span><span style="display:none;font-size:1px;color:#fefefe;"> ͏ ͏ ͏ ͏ ͏</span>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="d-bg" style="background-color:#f1f0f4;">
<tr><td align="center" style="padding:26px 12px;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="600" class="wrap d-card" style="width:600px;max-width:600px;background-color:#ffffff;border-radius:6px;">
<tr><td style="padding:0;background:#141414;border-radius:6px 6px 0 0;">
<img src="/_astro/brief-band.CsaAK-Uv.png" width="600" height="150" alt="หัวจดหมาย Ledger Weekly: ส่วนโค้งสีม่วงบนพื้นเกือบดำ" style="width:100%;height:auto;max-width:600px;border-radius:6px 6px 0 0;">
</td></tr>
<tr><td class="gutter" style="padding:26px 32px 18px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p style="margin:0 0 4px 0;font-size:12px;line-height:16px;color:#8f83ff;">Ledger Weekly · สัปดาห์ที่ 35</p>
<h1 class="h1 d-ink" style="margin:0;font-size:26px;line-height:34px;font-weight:800;color:#141414;">อัตราการตอบกลับขยับ ทั้งที่ไม่มีใครปล่อยอะไรเลย</h1>
</td></tr>
<tr><td class="gutter" style="padding:0 26px 8px 26px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0"><tr>
<td class="stack" width="33.33%" valign="top" style="width:33.33%;padding:0 6px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-tile" style="background:#f6f5f8;border-radius:4px;">
<tr><td style="padding:18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:30px;line-height:36px;font-weight:800;color:#141414;">31.4%</p>
<p class="d-mute" style="margin:0 0 6px 0;font-size:13px;line-height:18px;color:#6b6b6b;">อัตราการเปิด</p>
<p style="margin:0;font-size:13px;line-height:18px;font-weight:700;color:#007d6a;">▲ 1.2 จุด</p>
</td></tr>
</table>
</td>
<td class="stack" width="33.33%" valign="top" style="width:33.33%;padding:0 6px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-tile" style="background:#f6f5f8;border-radius:4px;">
<tr><td style="padding:18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:30px;line-height:36px;font-weight:800;color:#141414;">8.9%</p>
<p class="d-mute" style="margin:0 0 6px 0;font-size:13px;line-height:18px;color:#6b6b6b;">อัตราการคลิก</p>
<p style="margin:0;font-size:13px;line-height:18px;font-weight:700;color:#b8442d;">▼ 0.4 จุด</p>
</td></tr>
</table>
</td>
<td class="stack" width="33.33%" valign="top" style="width:33.33%;padding:0 6px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-tile" style="background:#f6f5f8;border-radius:4px;">
<tr><td style="padding:18px 16px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 2px 0;font-size:30px;line-height:36px;font-weight:800;color:#141414;">6.1%</p>
<p class="d-mute" style="margin:0 0 6px 0;font-size:13px;line-height:18px;color:#6b6b6b;">อัตราการตอบกลับ</p>
<p style="margin:0;font-size:13px;line-height:18px;font-weight:700;color:#007d6a;">▲ 4.0 จุด</p>
</td></tr>
</table>
</td>
</tr></table>
</td></tr>
<tr><td class="gutter" style="padding:20px 32px 0 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-ink" style="margin:0 0 18px 0;font-size:16px;line-height:26px;color:#242424;">การส่งไม่มีอะไรเปลี่ยน รายชื่อเดิม วันพฤหัสเดิม เทมเพลตเดิม ตัวแปรเดียวที่เราหาเจอคือหัวเรื่องตั้งคำถามเป็นครั้งแรกในรอบสิบเอ็ดฉบับ</p>
<p class="d-mute" style="margin:0 0 10px 0;font-size:12px;line-height:16px;color:#6b6b6b;">การตอบกลับแยกตามกลุ่ม</p>
</td></tr>
<tr><td class="gutter" style="padding:0 32px 22px 32px;">
<table role="presentation" class="chart" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="150" valign="middle" class="d-ink" style="width:150px;padding:7px 0;padding-right:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:15px;line-height:20px;color:#242424;">ผู้ติดตามแบบเสียเงิน</td>
<td valign="middle" style="padding:7px 0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-track" style="background:#ebe9f2;border-radius:2px;">
<tr><td width="100%" style="width:100%;background:#8f83ff;border-radius:2px;font-size:0;line-height:0;height:18px;"> </td><td style="font-size:0;line-height:0;"> </td></tr>
</table>
</td>
<td width="64" align="right" valign="middle" class="d-mute" style="width:64px;padding:7px 0;padding-left:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:14px;line-height:20px;font-weight:700;color:#555555;">11.2%</td>
</tr>
<tr>
<td width="150" valign="middle" class="d-ink" style="width:150px;padding:7px 0;padding-right:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:15px;line-height:20px;color:#242424;">ฟรี ใช้งานใน 90 วัน</td>
<td valign="middle" style="padding:7px 0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-track" style="background:#ebe9f2;border-radius:2px;">
<tr><td width="57%" style="width:57%;background:#8f83ff;border-radius:2px;font-size:0;line-height:0;height:18px;"> </td><td style="font-size:0;line-height:0;"> </td></tr>
</table>
</td>
<td width="64" align="right" valign="middle" class="d-mute" style="width:64px;padding:7px 0;padding-left:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:14px;line-height:20px;font-weight:700;color:#555555;">6.4%</td>
</tr>
<tr>
<td width="150" valign="middle" class="d-ink" style="width:150px;padding:7px 0;padding-right:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:15px;line-height:20px;color:#242424;">ฟรี ไม่เคลื่อนไหว</td>
<td valign="middle" style="padding:7px 0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-track" style="background:#ebe9f2;border-radius:2px;">
<tr><td width="16%" style="width:16%;background:#8f83ff;border-radius:2px;font-size:0;line-height:0;height:18px;"> </td><td style="font-size:0;line-height:0;"> </td></tr>
</table>
</td>
<td width="64" align="right" valign="middle" class="d-mute" style="width:64px;padding:7px 0;padding-left:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:14px;line-height:20px;font-weight:700;color:#555555;">1.8%</td>
</tr>
<tr>
<td width="150" valign="middle" class="d-ink" style="width:150px;padding:7px 0;padding-right:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:15px;line-height:20px;color:#242424;">ทดลองใช้</td>
<td valign="middle" style="padding:7px 0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="d-track" style="background:#ebe9f2;border-radius:2px;">
<tr><td width="44%" style="width:44%;background:#8f83ff;border-radius:2px;font-size:0;line-height:0;height:18px;"> </td><td style="font-size:0;line-height:0;"> </td></tr>
</table>
</td>
<td width="64" align="right" valign="middle" class="d-mute" style="width:64px;padding:7px 0;padding-left:12px;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:14px;line-height:20px;font-weight:700;color:#555555;">4.9%</td>
</tr>
</table>
</td></tr>
<tr><td class="gutter" style="padding:0 32px 28px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<!--[if mso]><table role="presentation" cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#141414" style="border-radius:4px;"><![endif]-->
<a href="https://example.com" class="cta" style="background:#141414;border-radius:4px;color:#ffffff;display:inline-block;font-family:'Leelawadee UI',Tahoma,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:14px 28px;text-align:center;text-decoration:none;mso-padding-alt:0;">อ่านบทวิเคราะห์ฉบับเต็ม</a>
<!--[if mso]></td></tr></table><![endif]-->
</td></tr>
<tr><td class="gutter d-rule" style="padding:0 32px;border-top:1px solid #e9e7ee;"></td></tr>
<tr><td class="gutter" style="padding:20px 32px 28px 32px;font-family:'Leelawadee UI',Tahoma,sans-serif;">
<p class="d-mute" style="margin:0;font-size:13px;line-height:20px;color:#8a8a8a;">Ledger Weekly, 2 Cathedral Square, Edinburgh EH1 2QN<br>
<a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ยกเลิกการรับข่าวสาร</a> · <a href="https://example.com" class="d-mute" style="color:#8a8a8a;">ดูในเบราว์เซอร์</a></p>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html> แหล่งดาวน์โหลดเทมเพลต newsletter ฟรี
1. Brevo (แนะนำ)
แผนฟรีของ Brevo มาพร้อมเทมเพลต newsletter แบบ responsive กว่า 40 แบบ ฝังอยู่ในเครื่องมือ drag-and-drop หมวดที่มี ได้แก่
- อีเมลต้อนรับ
- ประกาศสินค้าใหม่
- สรุปประจำสัปดาห์
- เชิญร่วมงาน
- แคมเปญตามฤดูกาล
ข้อดี: ฟรี responsive ปรับแต่งง่าย ไม่ต้องใช้ HTML เริ่มต้น: สร้างบัญชี Brevo ฟรี
2. Canva
Canva ให้เทมเพลตที่เหมาะกับอีเมลและปรับแต่งได้ด้วยเครื่องมือออกแบบของ Canva เอง
3. Stripo
Stripo มีเทมเพลตอีเมลแบบ responsive ฟรีกว่า 1,100 แบบและส่งออกไปยัง ESP ใดก็ได้
4. BEEFree
BEE ให้เครื่องมือแก้ไขเทมเพลตฟรีพร้อมดีไซน์ระดับมืออาชีพ
เปรียบเทียบแหล่งเทมเพลตฟรี
| แหล่ง | เทมเพลตฟรี | ตัวแก้ไขแบบไม่ใช้โค้ด | ส่งออกไปยัง ESP ใดก็ได้ | เหมาะกับ |
|---|---|---|---|---|
| Brevo | 40+ responsive | มี | ใช้งานภายใน (ในตัว) | ส่งแคมเปญตั้งแต่ต้นจนจบ |
| Canva | ดีไซน์จำนวนมาก | มี | ส่งออกด้วยตนเอง | คนที่เน้นภาพเป็นหลัก |
| Stripo | 1,100+ | มี | มี | ความหลากหลายและความยืดหยุ่นด้าน ESP |
| BEEFree | ไลบรารีขนาดใหญ่ | มี | มี | งานออกแบบเทมเพลตแบบเอกเทศ |
หากต้องการทั้งออกแบบ ปรับแต่ง และส่งในที่เดียว Brevo เป็นเส้นทางที่ตรงที่สุด หากต้องการเพียงไฟล์ดีไซน์เพื่อนำไปใช้ในเครื่องมืออื่น Stripo และ BEEFree มีไลบรารีกว้างที่สุด
แนวทางปฏิบัติที่ดีที่สุดสำหรับเทมเพลต newsletter
ดีไซน์
- ใช้ ความกว้างสูงสุด 600px เพื่อความเข้ากันได้กับ email client
- ขนาดฟอนต์เนื้อหา 14-16px
- ใช้ ปุ่ม CTA ไม่ใช่ลิงก์ข้อความ (แตะได้ขั้นต่ำ 44x44px)
- จำกัด 2-3 สี จากชุดสีของแบรนด์
- ใช้ ฟอนต์ที่เว็บปลอดภัย (Arial, Georgia, Verdana) พร้อม fallback
เลย์เอาต์เนื้อหา
- โครงสร้างพีระมิดกลับด้าน: ข้อมูลสำคัญที่สุดอยู่ก่อน
- การสแกนรูปตัว F: ข้อมูลหลักวางทางซ้าย
- พื้นที่ว่าง: อย่าอัดเนื้อหา ให้พื้นที่หายใจ
- อัตราส่วนภาพต่อข้อความ: ภาพ 40% ข้อความ 60% เพื่อ deliverability
ด้านเทคนิค
- ใส่ alt text ให้รูปภาพเสมอ
- ทดสอบบน Gmail, Outlook, Apple Mail, Yahoo
- รักษาขนาดอีเมลรวมต่ำกว่า 100KB เพื่อโหลดเร็ว
- ใช้ inline CSS เพื่อการแสดงผลที่สม่ำเสมอ
เทมเพลต newsletter แยกตามประเภท
1. เทมเพลต newsletter ต้อนรับ
วัตถุประสงค์: สร้างความประทับใจแรกที่ดี องค์ประกอบหลัก: แนะนำแบรนด์ คุณค่าที่ส่งมอบ สิ่งที่จะได้รับต่อไป และ CTA ที่ทำได้ง่าย
2. เทมเพลตสรุปรายสัปดาห์
วัตถุประสงค์: สรุปเนื้อหาเป็นรอบ องค์ประกอบหลัก: ส่วนที่คัดสรร สรุปสั้น ลิงก์อ่านเพิ่มเติม
3. เทมเพลตประกาศสินค้าใหม่
วัตถุประสงค์: เปิดตัวสินค้า/ฟีเจอร์ใหม่ องค์ประกอบหลัก: ภาพสินค้า ประโยชน์หลัก ราคา CTA ซื้อ
4. เทมเพลตโปรโมชัน
วัตถุประสงค์: กระตุ้นยอดขายด้วยข้อเสนอ องค์ประกอบหลัก: โค้ดส่วนลด ภาพสินค้า องค์ประกอบเร่งเร้า CTA ซื้อ
5. เทมเพลตเนื้อหาให้ความรู้
วัตถุประสงค์: ส่งมอบคุณค่าและสร้างความไว้วางใจ องค์ประกอบหลัก: เคล็ดลับหรือเนื้อหา how-to เลย์เอาต์สะอาดตา CTA แบบนุ่มนวล
สร้าง newsletter ใน Brevo
- สมัคร แผนฟรีของ Brevo
- เลือกเทมเพลต จากไลบรารี หรือเริ่มจากหน้าว่าง
- ปรับแต่ง ด้วย drag-and-drop เพิ่ม logo สี และบล็อกเนื้อหา
- ดูตัวอย่าง บนเดสก์ท็อปและมือถือ
- ทดสอบ ส่งให้ตัวเองและทีม
- ตั้งเวลาส่ง หรือส่งทันที
เครื่องมือของ Brevo เก็บเทมเพลตที่คุณสร้างไว้ใช้ซ้ำ และสร้างไลบรารีเทมเพลตของแบรนด์สำหรับทีมได้
เคล็ดลับเพิ่มการมีส่วนร่วม
- ปรับแต่ง คำทักทายและเนื้อหาตาม เซกเมนต์
- ทำ A/B test เลย์เอาต์ต่างๆ เพื่อหาแบบที่ได้ผล (คู่มือ A/B testing)
- อ่านสแกนได้ง่าย ผู้อ่านใช้เวลาเฉลี่ย 11 วินาทีต่ออีเมลหนึ่งฉบับ
- CTA หลักหนึ่งจุด อย่าให้ผู้อ่านมีตัวเลือกมากเกินไป
- ส่งสม่ำเสมอ ฝึกผู้อ่านให้คาดหวังและเปิดอีเมลของคุณ
เชื่อมเทมเพลตเข้ากับข้อมูลลูกค้า
เทมเพลตที่ดูดีจะมีค่าก็ต่อเมื่อส่งถึงคนที่ใช่ ทีมที่ได้ประโยชน์จาก newsletter มากที่สุดจะเชื่อมข้อมูลร้านค้าเข้ากับเครื่องมือส่งอีเมล เพื่อให้ทุกการส่งตรงเป้าหมายแทนการส่งทั่วไป Tajo ซิงค์ข้อมูลลูกค้า สินค้า และคำสั่งซื้อของ Shopify เข้า Brevo เทมเพลตเดียวกันจึงปรับให้เหมาะกับแต่ละเซกเมนต์ได้ เช่น เลย์เอาต์ต้อนรับสำหรับผู้สมัครใหม่ ประกาศสินค้าสำหรับผู้ที่เคยซื้อในหมวดเดียวกัน หรือข้อเสนอ win-back สำหรับลูกค้าที่หายไป เทมเพลตยังคงเหมือนเดิม แต่เนื้อหาและกลุ่มผู้รับจะปรับโดยอัตโนมัติ
ขั้นตอนถัดไป
- เริ่มต้นด้วยแผนฟรีของ Brevo และสำรวจไลบรารีเทมเพลต
- อ่าน คู่มือการออกแบบ newsletter สำหรับเคล็ดลับขั้นสูง
- ดู ตัวอย่าง newsletter เพื่อแรงบันดาลใจ
- ตั้งค่า แคมเปญอีเมล ครั้งแรก