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>
   System Notification
  </title>
  <style>
   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    }
  </style>
 </head>
 <body style="background: #f8fafc; padding: 24px;">
  <a style="text-decoration:none">
   <div style="max-width: 560px; margin: 0 auto; background: white; border-radius: 20px; overflow: hidden; box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 20px 40px -10px rgba(0, 0, 0, 0.12);">
    <!-- Header -->
    <div style="padding: 32px 32px 24px; border-bottom: 1px solid #f1f5f9; position: relative;">
     <div style="width: 4px; height: 48px; background: linear-gradient(to bottom, #3b82f6, #8b5cf6); position: absolute; left: 0; top: 32px; border-radius: 0 2px 2px 0;">
     </div>
     <h1 style="font-size: 22px; font-weight: 600; color: #1e293b; margin-left: 16px;">
      <span style="background: #3b82f6; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;">
       Verification Required
      </span>
     </h1>
     <p style="color: #64748b; font-size: 14px; margin-top: 8px; margin-left: 16px;">
      System notification • Recommended action
     </p>
    </div>
    <!-- Main content -->
    <div style="padding: 32px;">
     <!-- Information block -->
     <div style="background: #f8fafc; border-radius: 12px; padding: 20px; margin-bottom: 24px; border: 1px solid #e2e8f0;">
      <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 16px;">
       <div style="width: 40px; height: 40px; background: linear-gradient(135deg, #3b82f6, #8b5cf6); border-radius: 10px; display: flex; align-items: center; justify-content: center;">
        <span style="color: white; font-size: 18px;">
         🔐
        </span>
       </div>
       <div>
        <h3 style="font-size: 16px; font-weight: 600; color: #1e293b;">
         Unusual activity detected
        </h3>
        <p style="font-size: 13px; color: #64748b;">
         Connection from a new device
        </p>
       </div>
      </div>
      <!-- Details grid -->
      <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 13px;">
       <div>
        <span style="color: #64748b; display: block;">
         Service
        </span>
        <span style="color: #1e293b; font-weight: 500;">
         Cloud Storage Pro
        </span>
       </div>
       <div>
        <span style="color: #64748b; display: block;">
         Status
        </span>
        <span style="color: #ef4444; font-weight: 500;">
         Pending
        </span>
       </div>
       <div>
        <span style="color: #64748b; display: block;">
         Date
        </span>
        <span style="color: #1e293b; font-weight: 500;">
         Jan 22, 2026
        </span>
       </div>
       <div>
        <span style="color: #64748b; display: block;">
         Reference
        </span>
        <span style="color: #1e293b; font-weight: 500;">
         #SC-7892-AL
        </span>
       </div>
      </div>
     </div>
     <!-- Main message -->
     <div style="margin-bottom: 32px;">
      <p style="color: #475569; line-height: 1.6; margin-bottom: 16px;">
       ⚠ YOUR CLOUD STORAGE SERVICE HAS BEEN TEMPORARILY SUSPENDED
      </p>
      <!-- Important note -->
      <div style="background: #fff7ed; border-left: 4px solid #f97316; padding: 12px 16px; border-radius: 0 8px 8px 0; margin: 20px 0;">
       <div style="display: flex; gap: 10px;">
        <span style="color: #f97316;">
         📌
        </span>
        <div>
         <p style="color: #9a3412; font-size: 13px; font-weight: 500; margin-bottom: 4px;">
          Recommended action
         </p>
         <p style="color: #7c2d12; font-size: 12px;">
          Complete verification within the next 48 hours to avoid temporary limitations.
         </p>
        </div>
       </div>
      </div>
     </div>
     <!-- Action button -->
     <div style="text-align: center; margin-bottom: 32px;">
      <a style="display: inline-block; 
                  background: #3b82f6;
                  color: white; 
                  text-decoration: none; 
                  padding: 16px 40px; 
                  border-radius: 12px; 
                  font-weight: 600; 
                  font-size: 15px;
                  transition: all 0.3s ease;
                  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);">
       <span style="display: flex; align-items: center; justify-content: center; gap: 8px;">
        <span>
         Verify now
        </span>
        <span style="font-size: 18px;">
         →
        </span>
       </span>
      </a>
      <!-- Secondary link -->
      <p style="margin-top: 16px;">
       <a style="color: #64748b; font-size: 13px; text-decoration: none; border-bottom: 1px dashed #cbd5e1;">
        Access security settings
       </a>
      </p>
     </div>
     <!-- Secondary information -->
     <div style="border-top: 1px solid #f1f5f9; padding-top: 24px;">
      <h4 style="font-size: 13px; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;">
       About this notification
      </h4>
      <p style="font-size: 12px; color: #94a3b8; line-height: 1.5;">
       This notification was automatically generated by our protection system. 
          If you did not initiate this action, contact our support immediately.
      </p>
     </div>
    </div>
    <!-- Footer -->
    <div style="background: #f8fafc; padding: 20px 32px; border-top: 1px solid #e2e8f0;">
     <div style="display: flex; justify-content: space-between; align-items: center;">
      <div>
       <p style="font-size: 11px; color: #94a3b8;">
        © 2026 Cloud Security System
       </p>
      </div>
      <div>
       <a style="font-size: 11px; color: #64748b; text-decoration: none; margin-left: 16px;">
        Privacy
       </a>
       <a style="font-size: 11px; color: #64748b; text-decoration: none; margin-left: 16px;">
        Unsubscribe
       </a>
      </div>
     </div>
    </div>
   </div>
   <!-- Legal note -->
   <div style="max-width: 560px; margin: 20px auto 0; text-align: center;">
    <p style="font-size: 10px; color: #94a3b8; line-height: 1.4;">
     This email was sent to 21079ea2@uifeed.com by our notification system.
     <br/>
     <a style="color: #94a3b8; text-decoration: underline;">
      View online
     </a>
     •
     <a style="color: #94a3b8; text-decoration: underline;">
      Preferences
     </a>
    </p>
   </div>
  </a>
 </body>
</html>