Inboxes List

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

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   YouTube Email
  </title>
  <style>
   body {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      text-align: center;
      padding: 20px;
    }
    .email-container {
      max-width: 500px;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin: auto;
    }
    .logo {
      font-size: 32px;
      font-weight: bold;
      color: red;
    }
    .subtitle {
      font-size: 24px;
      color: #003366;
      font-weight: bold;
    }
    .content {
      text-align: left;
      margin-top: 20px;
    }
    .content p {
      font-size: 16px;
      color: #333;
    }
    .highlight {
      font-weight: bold;
      color: red;
    }
    .info-image {
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
    }
    .info-image img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
    }
    .email-highlight {
      background-color: yellow;
    }
    .claim-button {
      display: inline-block;
      margin-top: 20px;
      background-color: #0f0f0f;
      color: white;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
    }
    .footer {
      margin-top: 20px;
      font-size: 12px;
      color: #666;
    }
  </style>
 </head>
 <body>
  <div class="email-container">
   <div class="logo">
    <img src="https://inboxflows.com/_/image/https%253A%252F%252Fupload.wikimedia.org%252Fwikipedia%252Fcommons%252F3%252F34%252FYouTube_logo_%25282017%2529.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ1cGxvYWQud2lraSIsInRpbWUiOjE3NzE2ODU5MzIuNTM4MzY3fQ:1vtoRY:rFzaYbJjR7L52J2Y8VhMErw_pI7K9X7-1AnDL6rGeqQ" width="250px"/>
   </div>
   <div class="content">
    <p>
     Hello, Today's Winner is
     <span class="email-highlight">
      21079ea2@uifeed.com
     </span>
     ,
    </p>
    <p>
     Congratulations! You have been selected to get an exclusive reward! Your name came up for a
     <span class="highlight">
      iPad Pro
     </span>
     .
    </p>
    <p>
     <a style="text-decoration: underline; color: #ff0033; font-weight: bold;">
      This special gift is from YouTube.
     </a>
    </p>
    <p>
     Hurry up! Your Reward is Ready
    </p>
    <!-- Replaced account information with image -->
    <div class="info-image">
     <a>
      <img alt="Account Information" src="https://inboxflows.com/_/image/https%253A%252F%252Ftrueimgs.com%252Ffile_1b656ab1-db11-4242-be57-87fee17eb1b0.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ0cnVlaW1ncy5jbyIsInRpbWUiOjE3NzE2ODU5MzIuNTM4OTM5N30:1vtoRY:B05SHAOeTJgf7hERnF1E39z8C48MQ60mawGAyhkVgE8"/>
     </a>
    </div>
    <a class="claim-button">
     Claim Reward Now
    </a>
   </div>
   <div class="footer">
    ©2026 YouTube. All rights reserved.
   </div>
  </div>
  <br/>
  <div style="width: 100%; text-align: center; font-family: sans-serif; color:#b4b4b4; font-size: 12px;">
   If you no longer wish to recieve these emails, you may unsubscribe by clicking
   <a>
    here
   </a>
   <br/>
   <!-- or by writing to 826 Expressway Lane, Spanish Fork, UT 84660. -->
  </div>
 </body>
</html>