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>
   Action Required: Claim your FedEx Mystery Box
  </title>
  <style>
   body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: #f4f4f7;
            margin: 0;
            padding: 0;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 550px;
            margin: 40px auto;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(77, 20, 140, 0.08);
            overflow: hidden;
            border: 1px solid #e1e1e8;
        }
        /* Pure HTML FedEx Logo Styling */
        .header {
            background-color: #ffffff;
            text-align: center;
            padding: 30px 20px;
            border-bottom: 4px solid #4D148C;
        }
        .logo-container {
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 54px;
            font-weight: 900;
            letter-spacing: -3px;
        }
        .logo-fed {
            color: #4D148C;
        }
        .logo-ex {
            color: #FF6600;
            margin-left: -5px;
        }
        .content {
            padding: 35px 30px;
            color: #333333;
        }
        .title {
            font-size: 22px;
            font-weight: 700;
            color: #4D148C;
            margin-bottom: 24px;
            text-align: center;
            letter-spacing: -0.5px;
        }
        .message {
            font-size: 15px;
            line-height: 1.6;
            text-align: left;
            color: #4a4a4a;
            margin-bottom: 30px;
        }
        .timeline {
            margin: 30px auto;
            padding: 0;
            list-style: none;
            max-width: 400px;
            position: relative;
        }
        .timeline-item {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
            position: relative;
        }
        .timeline-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 14px;
            top: 28px;
            width: 2px;
            height: 20px;
            background-color: #e1e1e8;
        }
        .timeline-item.completed:not(:last-child)::after {
            background-color: #4D148C;
        }
        .timeline-icon {
            width: 28px;
            height: 28px;
            background-color: #ffffff;
            border: 2px solid #ccc;
            color: #cccccc;
            text-align: center;
            line-height: 26px;
            border-radius: 50%;
            font-size: 12px;
            margin-right: 15px;
            font-weight: bold;
            z-index: 2;
            box-sizing: border-box;
        }
        .timeline-item.completed .timeline-icon {
            background-color: #4D148C;
            border-color: #4D148C;
            color: #ffffff;
        }
        .timeline-item:last-child:not(.completed) .timeline-icon {
            border-color: #FF6600;
            color: #FF6600;
            background-color: #fff;
        }
        .timeline-text {
            font-size: 15px;
            color: #666666;
            font-weight: 500;
        }
        .timeline-item.completed .timeline-text {
            color: #333333;
        }
        .timeline-item:last-child .timeline-text {
            font-weight: 600;
            color: #FF6600;
        }
        .otp-section {
            text-align: center;
            margin: 30px 0;
            padding: 20px;
            background-color: #f8f6fa;
            border-radius: 8px;
            border: 1px dashed #4D148C;
        }
        .otp-section p {
            margin: 5px 0;
            font-size: 14px;
            color: #555555;
        }
        .otp-code {
            font-size: 28px;
            font-weight: 800;
            color: #4D148C;
            letter-spacing: 2px;
            margin: 10px 0;
        }
        .button {
            display: block;
            margin: 25px auto 10px auto;
            text-align: center;
            background-color: #FF6600;
            color: #ffffff !important;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding: 14px 32px;
            border-radius: 6px;
            width: fit-content;
            box-shadow: 0 4px 12px rgba(255, 102, 0, 0.2);
            transition: background-color 0.2s ease;
        }
        .button:hover {
            background-color: #e05900;
        }
        .footer {
            text-align: center;
            font-size: 12px;
            color: #6c757d;
            padding: 25px 0;
            line-height: 1.5;
            font-family: Arial, sans-serif;
        }
  </style>
 </head>
 <body>
  <div class="container">
   <!-- Pure HTML Logo Header -->
   <div class="header">
    <div class="logo-container">
     <span class="logo-fed">
      Fᴇᴅ
     </span>
     <span class="logo-ex">
      Eх
     </span>
    </div>
   </div>
   <div class="content">
    <div class="title">
     Yᴏᴜʀ Mʏsᴛᴇʀʏ Bᴏx Rᴇᴡᴀʀᴅ Is Wᴀɪᴛɪɴɢ
    </div>
    <div class="message">
     Hello ,
     <br/>
     <br/>
     Congratulations! You have been selected to receive an exclusive
     <strong>
      FᴇᴅEх Mʏsᴛᴇʀʏ Bᴏx rᴇᴡᴀʀᴅ
     </strong>
     . Your distribution package
     <strong>
      number BN70019Z
     </strong>
     is prepared and ready for dᴇlіᴠᴇʀʏ.
     <br/>
     <br/>
     Please note that
     <b>
      your shipping аddʀᴇss must be cοnfіrmᴇd
     </b>
     to clear processing and secure your delivery window.
    </div>
    <ul class="timeline">
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       Reward Selected on 06-25-2026
      </div>
     </li>
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       Package Allocated on 06-29-2026
      </div>
     </li>
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       Ready at Sorter Hub
      </div>
     </li>
     <li class="timeline-item">
      <div class="timeline-icon">
       ⏳
      </div>
      <div class="timeline-text">
       Cοnfіrmаtіοn Rᴇquіrᴇd
      </div>
     </li>
    </ul>
    <div class="otp-section">
     <p>
      Use your personal rᴇᴡᴀʀᴅ ᴄᴏᴅᴇ to verify allocation:
     </p>
     <div class="otp-code">
      BN70019Z
     </div>
     <p>
      Verify this code on the registration page to assign shipment.
     </p>
    </div>
    <a class="button" style="color:white;">
     Clаіm Yᴏᴜʀ Rᴇᴡᴀʀᴅ Nᴏᴡ
    </a>
   </div>
  </div>
  <div class="footer">
   <p>
    © 2026 FᴇᴅEх Promotional Distribution. All rights reserved.
   </p>
  </div>
 </body>
</html>