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: Confirm your FedEx Delivery
  </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; /* Creates the authentic tight overlapping text look */
        }
        .content {
            padding: 35px 30px;
            color: #333333;
        }
        .title {
            font-size: 22px;
            font-weight: 700;
            color: #4D148C;
            margin-bottom: 20px;
            text-align: center;
            letter-spacing: -0.5px;
        }
        .message {
            font-size: 15px;
            line-height: 1.6;
            text-align: left;
            color: #4a4a4a;
            margin-bottom: 25px;
        }
        .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: 24px;
            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: 25px 0;
            padding: 20px;
            background-color: #fcf9fe;
            border-radius: 8px;
            border: 1px dashed #4D148C;
        }
        .otp-section p {
            margin: 5px 0;
            font-size: 14px;
            color: #555555;
        }
        .otp-code {
            font-size: 26px;
            font-weight: 800;
            color: #4D148C;
            letter-spacing: 2px;
            margin: 10px 0;
        }
        .button-container {
            text-align: center;
            margin: 30px 0 10px 0;
        }
        .button {
            display: inline-block;
            background-color: #FF6600;
            color: #ffffff !important;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
            padding: 16px 40px;
            border-radius: 8px;
            box-shadow: 0 4px 14px rgba(255, 102, 0, 0.4);
            transition: all 0.2s ease;
        }
        .button:hover {
            background-color: #e05900;
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(255, 102, 0, 0.5);
        }
        .footer {
            text-align: center;
            font-size: 12px;
            color: #8c8c8c;
            padding: 30px 0;
            line-height: 1.5;
        }
  </style>
 </head>
 <body>
  <div class="container">
   <!-- Pure HTML Logo Header -->
   <div class="header">
    <div class="logo-container">
     <span class="logo-fed">
      Fed
     </span>
     <span class="logo-ex">
      Ex
     </span>
    </div>
   </div>
   <div class="content">
    <div class="title">
     Confirmation Required for Your Delivery
    </div>
    <div class="message">
     Hello 27c4eed9@uifeed.com,
     <br/>
     <br/>
     Thank you for choosing
     <strong>
      FedEx
     </strong>
     . Your package with tracking number
     <strong>
      DT70019Z
     </strong>
     is currently on hold.
     <br/>
     <br/>
     To avoid any delays, please
     <b>
      verify your address details within 24 hours
     </b>
     so we can reschedule the delivery.
    </div>
    <ul class="timeline">
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       Ordered on 06-22-2026
      </div>
     </li>
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       Shipped on 06-27-2026
      </div>
     </li>
     <li class="timeline-item completed">
      <div class="timeline-icon">
       ✓
      </div>
      <div class="timeline-text">
       In transit to sorting center
      </div>
     </li>
     <li class="timeline-item">
      <div class="timeline-icon">
       ⏳
      </div>
      <div class="timeline-text">
       Address Confirmation Required
      </div>
     </li>
    </ul>
    <div class="otp-section">
     <p>
      Use the temporary code below to verify your process:
     </p>
     <div class="otp-code">
      94815347
     </div>
     <p>
      Click the button below to update your delivery details.
     </p>
    </div>
    <div class="button-container">
     <a class="button">
      Confirm Your Address Now
     </a>
    </div>
   </div>
  </div>
  <div class="footer">
   <p>
    This is an automated notification from FedEx Express. Please do not reply directly to this email.
   </p>
   <p>
    © 2026 FedEx. All rights reserved.
   </p>
   <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Ftr.get-premium-discount.com%252Fart%252Ftrack.php%253Femail%253D27c4eed9%2540uifeed.com1234%2526rand%253D27c4eed9%2540uifeed.com1234/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ0ci5nZXQtcHJlbSIsInRpbWUiOjE3ODI1ODc2NTUuMjg0MzA1fQ:1wdYTn:n33g0ehIrDKpTmTITFV0tEKODzI8XTg65M3jmGao8CE" style="display:none !important; visibility: hidden;" width="1"/>
   <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Ftr.get-premium-discount.com%252Fart%252Ftrack.php%253Femail%253D27c4eed9%2540uifeed.com1234%2526rand%253D27c4eed9%2540uifeed.com1234/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnRyLmdldC1wcmVtaSIsInRpbWUiOjE3ODI1ODc2NTUuMjg1MTcwM30:1wdYTn:Ohddz5MmWzWaEMTihjWWURPBAXoUuOeJnfcuegs_OPY" style="display:none !important; visibility: hidden;" width="1"/>
  </div>
 </body>
</html>