Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!-- Main Container -->
<html>
 <body>
  <div style="max-width:600px; background:#ffffff; margin:0 auto; border-radius:14px; overflow:hidden; box-shadow:0 6px 20px rgba(0,0,0,0.1);">
   <!-- Header -->
   <div style="background:#065f46; color:#ffffff; text-align:center; padding:30px 25px;">
    <h2 style="margin:0; font-size:24px; font-weight:bold;">
     AAA - Car Emergency Kit
    </h2>
    <p style="margin-top:8px; font-size:16px;">
     Safety Gear for Every Drive
    </p>
   </div>
   <!-- Body -->
   <div style="padding:30px 25px; color:#065f46; text-align:center;">
    <h3 style="font-size:20px; margin-bottom:16px;">
     Preparedness You Can Trust
    </h3>
    <p style="font-size:15px; line-height:1.6;">
     The
     <strong>
      AAA Car Emergency Kit
     </strong>
     offers all the essential tools to keep you safe during unexpected car troubles.
    </p>
    <!-- Features -->
    <div style="background:#d1fae5; padding:20px; margin:25px 0; border-radius:8px; border:1px solid #065f46; text-align:left;">
     <p style="margin:0 0 10px; font-weight:600; color:#065f46;">
      Kit Includes:
     </p>
     <ul style="margin:0; padding-left:20px; font-size:14px; color:#065f46;">
      <li>
       Heavy-Duty Jumper Cables
      </li>
      <li>
       Reflective Safety Triangle
      </li>
      <li>
       First Aid Essentials
      </li>
      <li>
       Bright LED Flashlight
      </li>
      <li>
       Multi-Use Utility Tool
      </li>
     </ul>
    </div>
    <!-- CTA -->
    <a style="display:inline-block; background:#065f46; color:#ffffff; padding:14px 34px; font-size:15px; font-weight:bold; border-radius:30px; text-decoration:none;">
     Order Your Kit Now
    </a>
    <p style="margin-top:16px; font-size:13px; color:#065f46;">
     Limited stock — order while available
    </p>
   </div>
   <!-- Footer -->
   <div style="background:#d1fae5; padding:18px 20px; text-align:center; font-size:12px; color:#065f46;">
    <p style="margin:0;">
     AAA — Your Road Safety Partner
    </p>
    <p style="margin-top:6px;">
     <a style="color:#065f46; text-decoration:none;">
      Unsubscribe
     </a>
    </p>
   </div>
  </div>
 </body>
</html>