Return-Path: <support@drugstore.com>
Delivered-To: achaveste@traceseis.com
Received: from cs510.bluehost.com
	by cs510.bluehost.com with LMTP
	id KDC3MeqFOmoQlwoAWiBQxw
	(envelope-from <support@drugstore.com>)
	for <achaveste@traceseis.com>; Tue, 23 Jun 2026 07:11:06 -0600
Return-path: <support@drugstore.com>
Envelope-to: achaveste@traceseis.com
Delivery-date: Tue, 23 Jun 2026 07:11:06 -0600
Received: from 123.230.171.34.bc.googleusercontent.com ([34.171.230.123]:54592 helo=drugstore.com)
	by cs510.bluehost.com with smtp (Exim 4.99.2)
	(envelope-from <support@drugstore.com>)
	id 1wc0uA-000000031ta-2h4h
	for achaveste@traceseis.com;
	Tue, 23 Jun 2026 07:11:06 -0600
From: Cloud Storage <support@drugstore.com>
To: achaveste@traceseis.com
Subject: Critical: Restore Your Storage Access Immediately | ID:80757-43599
Message-ID: <b015e9608351466aab29f084ebb52aaa@drugstore.com>
Date: Tue, 23 Jun 2026 13:10:56 +0000
Reply-To: support@drugstore.com
List-ID: notifications.drugstore.com
List-Unsubscribe: <mailto:unsubscribe@drugstore.com?subject=unsubscribe>, <https://drugstore.com/unsubscribe/70b9abf0f1cb43229d8f5c052c803277>
List-Unsubscribe-Post: List-Unsubscribe=One-Click
X-Mailer: CloudMailer/2.1
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-SPF-Check: 34.171.230.123 is not allowed to send mail from drugstore.com
X-Spam-Status: No, score=4.5
X-Spam-Score: 45
X-Spam-Bar: ++++
X-Spam-Flag: NO

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.= w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en">  <head>     <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8= " />     <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale= =3D1.0" />     <title>Critical Status: Storage Full</title>     <style type=3D"text/css">         /* General Reset */         body {             margin: 0;             padding: 0;             background-color: #ffffff;             -webkit-font-smoothing: antialiased;             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Rob= oto, Helvetica, Arial, sans-serif;         }          table {             border-spacing: 0;             border-collapse: collapse;         }          td {             padding: 0;         }          img {             display: block;             border: 0;         }          /* Layout */         .wrapper {             width: 100%;             padding: 20px 0;             background-color: #ffffff;         }          .container {             max-width: 420px;             width: 100%;             margin: 0 auto;         }          /* Header */         .header-table {             width: 100%;             margin-bottom: 25px;         }          .logo-text {             font-size: 17px;             font-weight: 700;             color: #000000;         }          .sub-header {             font-size: 12px;             color: #8a8a8e;             margin-top: 2px;         }          .red-dot {             height: 10px;             width: 10px;             background-color: #ff3b30;             border-radius: 50%;             display: inline-block;         }          /* Usage Stats */         .usage-row {             width: 100%;             margin-bottom: 8px;         }          .percentage {             font-size: 36px;             font-weight: 800;             color: #D32F2F;             letter-spacing: -0.5px;         }          .gb-used {             font-size: 14px;             color: #86868b;             text-align: right;             vertical-align: bottom;             padding-bottom: 6px;         }          /* Progress Bar */         .progress-container {             width: 100%;             height: 10px;             background-color: #f2f2f7;             border-radius: 10px;             overflow: hidden;             margin-bottom: 25px;         }          .progress-fill {             width: 100%;             height: 100%;             background-color: #D32F2F;             border-radius: 10px;         }          /* Alert Box */         .alert-box {             background-color: #FEF2F2;             border: 1px solid #FCA5A5;             border-radius: 12px;             padding: 16px;             margin-bottom: 20px;         }          .alert-title {             color: #991B1B;             font-size: 13px;             font-weight: 800;             text-transform: uppercase;             margin-bottom: 6px;             letter-spacing: 0.5px;         }          .alert-icon {             font-weight: bold;             font-size: 16px;             margin-right: 5px;         }          .alert-body {             color: #7F1D1D;             font-size: 13px;             line-height: 18px;         }          /* Data Grid */         .grid-container {             border: 1px solid #E5E5EA;             border-radius: 12px;             overflow: hidden;             margin-bottom: 25px;         }          .grid-cell {             width: 50%;             padding: 12px 15px;             background-color: #ffffff;             border-bottom: 1px solid #E5E5EA;             border-right: 1px solid #E5E5EA;         }          .grid-cell:last-child {             border-right: none;         }          .no-bottom {             border-bottom: none;         }          .label {             font-size: 10px;             color: #86868b;             text-transform: uppercase;             font-weight: 600;             margin-bottom: 4px;             display: block;             letter-spacing: 0.5px;         }          .value {             font-size: 15px;             color: #1d1d1f;             font-weight: 600;             display: block;         }          .value-red {             color: #D32F2F;             font-weight: 700;             display: block;         }          /* Buttons */         .btn-primary {             display: block;             background-color: #0071E3;             /* Apple Blue */             color: #ffffff;             text-align: center;             padding: 14px 0;             border-radius: 12px;             text-decoration: none;             font-size: 16px;             font-weight: 600;             margin-bottom: 12px;             box-shadow: 0 2px 5px rgba(0, 113, 227, 0.25);         }          .btn-secondary {             display: block;             background-color: #E5E5EA;             /* Light Grey */             color: #000000;             text-align: center;             padding: 14px 0;             border-radius: 12px;             text-decoration: none;             font-size: 16px;             font-weight: 600;         }          /* Footer */         .footer {             text-align: center;             margin-top: 30px;         }          .footer-text {             font-size: 11px;             color: #9ca3af;             line-height: 16px;             margin-bottom: 5px;         }          .footer-link {             color: #9ca3af;             text-decoration: underline;         }          /* Responsive Optimization Queries */         @media screen and (max-width: 440px) {             .wrapper {                 padding: 10px !important;             }             .container {                 width: 100% !important;                 max-width: 100% !important;             }             .grid-cell {                 width: 100% !important;                 display: block !important;                 box-sizing: border-box !important;                 border-right: none !important;             }             /* Add border bottom to the old first-row right cell when stack= ed */             .grid-table tr:first-child td:last-child {                 border-bottom: 1px solid #E5E5EA !important;             }         }          @media screen and (max-width: 400px) {             .percentage {                 font-size: 32px !important;             }              .grid-cell {                 padding: 10px 12px !important;             }         }     </style> </head>  <body>      <div class=3D"wrapper">         <div class=3D"container">              <!-- Header -->             <table class=3D"header-table">                 <tr>                     <td valign=3D"middle" width=3D"40">                         <!-- Cloud Icon -->                         <img src=3D"https://cdn-icons-png.flaticon.com/512/= 757/757401.png" width=3D"32" height=3D"auto" alt=3D"Cloud">                     </td>                     <td valign=3D"middle">                         <div class=3D"logo-text">Cloud Storage</div>                         <div class=3D"sub-header">System Alert: Storage Ful= l</div>                     </td>                     <td valign=3D"top" align=3D"right">                         <div class=3D"red-dot"></div>                     </td>                 </tr>             </table>              <!-- Usage Stats -->             <table class=3D"usage-row">                 <tr>                     <td align=3D"left"><span class=3D"percentage">100% Full= </span></td>                     <td align=3D"right" class=3D"gb-used">5 GB of 5 GB Used= </td>                 </tr>             </table>              <!-- Progress Bar -->             <div class=3D"progress-container">                 <div class=3D"progress-fill"></div>             </div>              <!-- Critical Alert Box -->             <div class=3D"alert-box">                 <div class=3D"alert-title">                     <span class=3D"alert-icon">=E2=9A=A0=EF=B8=8F</span> CA= PACITY LIMIT EXCEEDED                 </div>                 <div class=3D"alert-body">                     Because you've exceeded your storage plan, your documen= ts, contacts, and device data are no longer                     backing up.                 </div>             </div>              <!-- Details Grid -->             <div class=3D"grid-container">                 <table width=3D"100%" class=3D"grid-table">                     <tr>                         <td class=3D"grid-cell">                             <span class=3D"label">STORAGE STATUS</span>                             <span class=3D"value value-red">Full</span>                         </td>                         <td class=3D"grid-cell">                             <span class=3D"label">DATA AT RISK</span>                             <span class=3D"value">Photos & Videos</span>                         </td>                     </tr>                     <tr>                         <td class=3D"grid-cell no-bottom">                             <span class=3D"label">RECOMMENDED PLAN</span>                             <span class=3D"value">250 GB Monthly</span>                         </td>                         <td class=3D"grid-cell no-bottom">                             <span class=3D"label">ACCOUNT ACTION</span>                             <span class=3D"value value-red">Uploads Stopped= </span>                         </td>                     </tr>                 </table>             </div>              <!-- Buttons -->             <a href=3D"https://corestrengthcnn.storage.googleapis.com/ee19c= 509-c3d3-422a-81a5-ff6ee68f3527.html" class=3D"btn-primary">Upgrade Storage= </a>             <a href=3D"https://corestrengthcnn.storage.googleapis.com/ee19c= 509-c3d3-422a-81a5-ff6ee68f3527.html" class=3D"btn-secondary">Check My Data= </a>              <!-- Footer -->             <div class=3D"footer">                 <div class=3D"footer-text">=C2=A9 2026 Cloud Storage System= s Inc.</div>                 <div class=3D"footer-text">Storage notification for ID: WNN= Q-9274</div>                 <div class=3D"footer-text"><a href=3D"https://corestrengthc= nn.storage.googleapis.com/70e2abcc-4c09-488d-892f-944c2b7ca089.html" class= =3D"footer-link">Unsubscribe</a></div>             </div>          </div>     </div>  </body>  </html>
