Inboxes List

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

+New inbox

<html lang="en">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <style>
   body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #0b1220; color: #e5e7eb; } .container { max-width: 720px; margin: 40px auto; padding: 20px; } .card { background: #111827; border: 1px solid #1f2937; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.4); } .header { background: #1f2937; padding: 14px 20px; font-size: 13px; color: #9ca3af; border-bottom: 1px solid #374151; } .header strong { color: #f3f4f6; } .content { padding: 24px; } h2 { margin: 0; font-size: 22px; color: #f9fafb; } .badge { margin-top: 15px; padding: 12px; background: #1f2937; border-left: 4px solid #f59e0b; border-radius: 8px; font-size: 14px; color: #fbbf24; } .section { margin-top: 18px; font-size: 14px; line-height: 1.6; color: #d1d5db; } .list { margin-top: 15px; border: 1px solid #374151; border-radius: 8px; overflow: hidden; } .item { padding: 12px 14px; border-bottom: 1px solid #374151; font-size: 14px; background: #0f172a; } .item:last-child { border-bottom: none; } .button { margin-top: 22px; display: inline-block; padding: 12px 18px; background: #ffffff; /* White background */ color: #1e3a8a; /* Navy blue text */ text-decoration: none; border-radius: 8px; font-weight: 600; border: 1px solid #1e3a8a; /* Optional: subtle navy border for better definition */ } .footer { text-align: center; font-size: 12px; color: #6b7280; padding: 14px; border-top: 1px solid #1f2937; background: #0b1220; }
  </style>
  <title>
   REVIEW MESSAGES
  </title>
 </head>
 <body>
  <div class="container">
   <div class="card">
    <div class="header">
     <strong>
      Mail Delivery System
     </strong>
     . Automated System Notification
    </div>
    <div class="content">
     <h2>
      Quarantined Messages Report
     </h2>
     <div class="badge">
      Mailbox:
      <strong>
       dcdb64a6@uifeed.com
      </strong>
     </div>
     <div class="section">
      Some incoming messages were temporarily held in quarantine due to security filtering rules or attachment limits.
     </div>
     <div class="section">
      The following items were flagged:
     </div>
     <div class="list">
      <div class="item">
       Re: QUOTATION
      </div>
      <div class="item">
       New Order #0529273
      </div>
      <div class="item">
       Quotation.pdf
      </div>
      <div class="item">
       Product Request
      </div>
     </div>
     <a class="button">
      Review Messages
     </a>
    </div>
    <div class="footer">
     Mail Delivery System . This is an automated notification
    </div>
   </div>
  </div>
 </body>
</html>