Inboxes List

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

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <title>
   Sam's Club · Food Box Sweepstakes
  </title>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet"/>
  <style>
   * { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #ffffff; font-family: 'Inter', Arial, sans-serif; }
        img { display: block; border: 0; max-width: 100%; }
        a { text-decoration: none; color: inherit; }
        
        .card {
            max-width: 600px;
            margin: 0 auto;
            background: #ffffff;
        }
        
        .header {
            background: #222230;
            padding: 30px 20px;
            text-align: center;
        }
        .logo {
            max-width: 200px;
            margin: 0 auto;
        }
        
        .content { padding: 30px; }
        
        h1 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #111;
        }
        
        .product-image {
            margin: 20px 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }
        
        .stats {
            display: flex;
            gap: 15px;
            margin: 20px 0;
        }
        .stat {
            flex: 1;
            background: #f5f5f5;
            border-radius: 12px;
            padding: 15px;
            text-align: center;
        }
        .stat-num {
            font-size: 24px;
            font-weight: 800;
            color: #222230;
        }
        .stat-label {
            font-size: 12px;
            color: #666;
        }
        
        .btn {
            background: #222230;
            color: white;
            font-weight: 700;
            font-size: 18px;
            padding: 15px 30px;
            border-radius: 60px;
            display: inline-block;
            margin: 20px 0;
        }
        
        .footer {
            background: #101018;
            padding: 20px;
            text-align: center;
            color: #999;
            font-size: 11px;
        }
        .footer a { color: #999; text-decoration: underline; margin: 0 5px; }
        
        @media (max-width:480px) {
            .stats { flex-direction: column; }
            h1 { font-size: 24px; }
        }
  </style>
 </head>
 <body>
  <!-- TRACKING PIXEL -->
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Foffer.website.alfa-ingegneria.it%252Ftrack%252F3iXzje4089JYGLs316wXgc0Naq0bgvN0oxly5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9mZmVyLndlYnNpdCIsInRpbWUiOjE3NzM2MTc3MzQuODI2MjY3N30:1w1uze:ZG0yC39kSckh3N4U4OVSOElroKUs1ZbGmpdAvaDfqaw" style="opacity:0; position:absolute;" width="1"/>
  <div class="card">
   <!-- Header -->
   <div class="header">
    <img alt="Sam's Club" class="logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fi.gyazo.com%252F3113e009d2e160b9856dbe6c84db5fe0.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpLmd5YXpvLmNvbSIsInRpbWUiOjE3NzM2MTc3MzQuODI2ODI2OH0:1w1uze:TcIUFZzhevk86NuNdd3QqmOS_upCBslJ8Pk8p6yypAw"/>
   </div>
   <!-- Content -->
   <div class="content">
    <h1>
     We would like to offer you a unique opportunity to receive a brand new
     <strong>
      Sam's Club Food Box!
     </strong>
    </h1>
    <!-- Original product image -->
    <div class="product-image">
     <a>
      <img alt="Sam's Club Food Box" src="https://inboxflows.com/_/image/https%253A%252F%252Fi.gyazo.com%252F6803704ea26c562f60565ae0c45a2ea1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpLmd5YXpvLmNvbSIsInRpbWUiOjE3NzM2MTc3MzQuODI2OTQwOH0:1w1uze:WP09yIIfC_7l4X5JJGAs3MfzSm3X29A_JMF3MUkW-3E" width="100%"/>
     </a>
    </div>
    <div class="stats">
     <div class="stat">
      <span class="stat-num">
       500
      </span>
      <div class="stat-label">
       BOXES
      </div>
     </div>
     <div class="stat">
      <span class="stat-num">
       2min
      </span>
      <div class="stat-label">
       SURVEY
      </div>
     </div>
     <div class="stat">
      <span class="stat-num">
       🎁
      </span>
      <div class="stat-label">
       FREE
      </div>
     </div>
    </div>
    <div style="text-align:center;">
     <p style="margin-bottom:15px;">
      To claim, simply take this short survey about your experience.
     </p>
     <a class="btn">
      START SURVEY
     </a>
    </div>
    <div style="text-align:center; margin-top:15px;">
     <a style="color:#222230; text-decoration:underline;">
      or enter sweepstakes directly →
     </a>
    </div>
   </div>
   <!-- Footer -->
   <div class="footer">
    <div>
     <a>
      Privacy
     </a>
     ·
     <a>
      Terms
     </a>
     ·
     <a>
      Unsubscribe
     </a>
    </div>
    <div style="margin-top:5px;">
     © 2026 Sam's Club · All rights reserved
    </div>
   </div>
  </div>
 </body>
</html>