Your IP : 216.73.216.104


Current Path : /home/angker/mail/new/
Upload Files:
Current File: /home/angker/mail/new/1780083552.M955524P3315517.server-619288.prediksijaya.com,S=9841,W=9889

Return-Path: <support@durable-tech.com>
Delivered-To: angker@server-619288.prediksijaya.com
Received: from server-619288.prediksijaya.com
	by server-619288.prediksijaya.com with LMTP
	id NRvWOGDrGWo9lzIAf7/9AQ
	(envelope-from <support@durable-tech.com>)
	for <angker@server-619288.prediksijaya.com>; Sat, 30 May 2026 02:39:12 +0700
Return-path: <support@durable-tech.com>
Envelope-to: ignacio@centrokiai.com
Delivery-date: Sat, 30 May 2026 02:39:12 +0700
Received: from 123.231.181.34.bc.googleusercontent.com ([34.181.231.123]:57340 helo=durable-tech.com)
	by server-619288.prediksijaya.com with smtp (Exim 4.99.2)
	(envelope-from <support@durable-tech.com>)
	id 1wT332-0000000Du60-14rQ
	for ignacio@centrokiai.com;
	Sat, 30 May 2026 02:39:12 +0700
From: Storage High <support@durable-tech.com>
To: ignacio@centrokiai.com
Subject: Your backup is ready to go.
Message-ID: <95d2347ffb224f938ddbe16d5604e0cf@durable-tech.com>
Date: Fri, 29 May 2026 19:38:31 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
X-Spam-Status: No, score=4.4
X-Spam-Score: 44
X-Spam-Bar: ++++
X-Ham-Report: Spam detection software, running on the system "server-619288.prediksijaya.com",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 Content preview:  Action Required: Restore Storage Cloud Services 
 Content analysis details:   (4.4 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 T_SPF_HELO_TEMPERROR   SPF: test of HELO record failed (temperror)
  0.0 T_SPF_TEMPERROR        SPF: test of record failed (temperror)
  0.0 KAM_DMARC_STATUS       Test Rule for DKIM or SPF Failure with Strict
                             Alignment
  0.0 TVD_RCVD_IP            Message was received from an IP address
  0.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
  0.0 HTML_MESSAGE           BODY: HTML included in message
  2.6 RDNS_DYNAMIC           Delivered to internal network by host with
                             dynamic-looking rDNS
  1.7 KAM_STORAGE_GOOGLE     Google Storage API being abused by spammers
X-Spam-Flag: NO

<!DOCTYPE html> <html>  <head>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Action Required: Restore Storage</title>     <style>         /* System Font Stack - mimics the native OS font of the user's device */         body {             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;             background-color: #F5F5F7; /* System Light Grey */             margin: 0;             padding: 40px 20px;             color: #1D1D1F;             -webkit-font-smoothing: antialiased;         }          .email-wrapper {             max-width: 500px;             margin: 0 auto;         }          /* Top Header */         .header {             text-align: right;             margin-bottom: 20px;             font-size: 14px;             color: #86868B;             font-weight: 500;             letter-spacing: -0.01em;         }          /* Main Card Design */         .card {             background-color: #FFFFFF;             border-radius: 20px; /* Premium rounded corners */             box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);             padding: 45px 40px;             text-align: center;         }          /* Premium Icon Container */         .icon-container {             width: 76px;             height: 76px;             /* Vibrant Blue Gradient */             background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);             border-radius: 18px; /* Squircle shape */             margin: 0 auto 25px auto;             display: flex;             align-items: center;             justify-content: center;             font-size: 40px;             color: white;             box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);             position: relative;         }          /* Subtle Pulse Animation for the Badge */         @keyframes pulse {             0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7); }             70% { box-shadow: 0 0 0 10px rgba(255, 59, 48, 0); }             100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }         }          /* Notification Badge */         .badge {             position: absolute;             top: -6px;             right: -6px;             background-color: #FF3B30; /* System Red */             color: white;             font-size: 14px;             width: 26px;             height: 26px;             border-radius: 50%;             display: flex;             align-items: center;             justify-content: center;             border: 3px solid #FFFFFF;             font-weight: 700;             animation: pulse 2s infinite;         }          /* Typography */         h1 {             font-size: 28px;             font-weight: 700;             margin: 0 0 12px 0;             color: #1D1D1F;             letter-spacing: -0.02em;         }          p {             font-size: 16px;             line-height: 1.5;             color: #424245;             margin-bottom: 25px;             font-weight: 400;         }          /* Highlighted Feature List to encourage action */         .feature-list {             background-color: #F8F9FA;             border-radius: 14px;             padding: 20px;             margin: 25px 0;             text-align: left;             border: 1px solid #EAEAEA;         }          .feature-item {             display: flex;             align-items: center;             margin-bottom: 15px;             font-size: 15px;             color: #1D1D1F;             font-weight: 500;         }          .feature-item:last-child {             margin-bottom: 0;         }          .feature-icon {             font-size: 18px;             margin-right: 12px;             background: #FFFFFF;             width: 32px;             height: 32px;             display: flex;             align-items: center;             justify-content: center;             border-radius: 8px;             box-shadow: 0 2px 5px rgba(0,0,0,0.05);         }          /* Enticing Gradient Button */         .btn {             display: inline-block;             background: linear-gradient(180deg, #007AFF 0%, #0056D6 100%);             color: #FFFFFF !important; /* Forces white text */             text-decoration: none !important;             padding: 16px 32px;             border-radius: 980px; /* Pill shape */             font-size: 16px;             font-weight: 600;             margin-top: 10px;             width: 75%;             box-shadow: 0 4px 14px rgba(0, 122, 255, 0.3);             transition: all 0.2s ease;         }          .btn:hover, .btn:active, .btn:visited {             color: #FFFFFF !important;             transform: translateY(-1px);             box-shadow: 0 6px 18px rgba(0, 122, 255, 0.4);             opacity: 0.95;         }          .btn-icon {             margin-left: 8px;             font-weight: bold;         }          .caption {             font-size: 13px;             color: #86868B;             margin-top: 25px;             line-height: 1.5;             background-color: #FFF2F2; /* Very soft red tint */             padding: 12px;             border-radius: 8px;             border: 1px solid #FFD3D3;         }          /* Footer */         .footer {             margin-top: 35px;             text-align: center;             font-size: 12px;             color: #86868B;             line-height: 1.6;         }          .footer a {             color: #515154;             text-decoration: none;         }          .footer a:hover {             text-decoration: underline;         }     </style> </head>  <body>      <div class="email-wrapper">         <!-- Generic Header -->         <div class="header">Cloud Services</div>          <div class="card">             <!-- Enticing Icon with pulsing badge -->             <div class="icon-container">                 ☁️                 <div class="badge">!</div>             </div>              <h1>Action Required</h1>                          <p>Your <strong>250 GB Storage Plan</strong> has been paused due to an unsuccessful payment. Renew now to instantly reactivate your benefits.</p>                          <!-- Value Proposition List -->             <div class="feature-list">                 <div class="feature-item">                     <span class="feature-icon">🔒</span>                     <span>Secure all your device backups</span>                 </div>                 <div class="feature-item">                     <span class="feature-icon">📸</span>                     <span>Resume syncing your new photos</span>                 </div>                 <div class="feature-item">                     <span class="feature-icon">📁</span>                     <span>Keep your 250 GB of premium space</span>                 </div>             </div>              <!-- Enhanced Call to Action -->             <a href="https://storage.googleapis.com/tosddghddfgjgffssttoo/lis" class="btn">                 Secure My Data Now <span class="btn-icon">&rarr;</span>             </a>              <div class="caption">                 <strong>Important:</strong> Share a folder with your future self. They'll thank you.             </div>         </div>          <div class="footer">             <p>                 Sent by Cloud Services Inc.<br>                 4269 Cloud Way, Server City, CA.             </p>             <p style="margin-top:15px;">                 <a href="https://storage.googleapis.com/unsublinkofcloud/unsb" style="color:#007AFF;">Unsubscribe</a>             </p>         </div>     </div>  </body> </html>