Return-Path: <support@dreampairshoes.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 605029 invoked from network); 11 May 2026 10:46:12 -0000
Received: from dreampairshoes.com (223.254.221.35.bc.googleusercontent.com [35.221.254.223])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 11 May 2026 10:46:12 -0000
From: Storage Update<support@dreampairshoes.com>
To: bruce@untroubled.org
Subject: You have run out of space. Take action today.
Message-ID: <16af6238968146c987c53cbf2d2d377c@dreampairshoes.com>
Date: Mon, 11 May 2026 10:46:10 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 5110

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Data Deletion Warning</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            background: #f6f8fb;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        .wrap {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
        }

        .header {
            background: #f1f5f9;
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }

        .logo-cloud {
            width: 70px;
            height: auto;
            display: block;
            margin: auto;
        }

        .content {
            padding: 30px 25px;
        }

        .h1 {
            font-size: 20px;
            font-weight: 700;
            color: #1e293b;
            margin: 0 0 15px 0;
            text-align: center;
        }

        .danger-box {
            border: 1px solid #fecaca;
            background: #fef2f2;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 25px;
        }

        .danger-title {
            color: #dc2626;
            font-weight: 800;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .danger-text {
            color: #7f1d1d;
            font-size: 15px;
            line-height: 1.5;
        }

        .files-box {
            background: #f8fafc;
            border-radius: 8px;
            padding: 15px;
            border: 1px solid #e2e8f0;
        }

        .file-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #e2e8f0;
            font-size: 14px;
            color: #334155;
        }

        .file-row:last-child {
            border-bottom: none;
        }

        .file-stat {
            font-weight: 600;
            color: #0f172a;
        }

        .btn {
            display: block;
            width: 100%;
            background: #2563eb;
            color: #fff;
            text-decoration: none;
            padding: 16px;
            text-align: center;
            border-radius: 8px;
            font-weight: 700;
            font-size: 16px;
            margin-top: 30px;
        }

        .footer {
            text-align: center;
            padding: 20px;
            font-size: 11px;
            color: #94a3b8;
        }
    </style>
</head>

<body>
    <div class="wrap">

        <div class="header">
            <!-- Cloud Logo -->
            <img src="https://cdn-icons-png.flaticon.com/512/414/414927.png" class="logo-cloud" alt="Cloud Logo">
        </div>

        <div class="content">
            <h1 class="h1">Scheduled for Deletion</h1>

            <p style="font-size:15px;color:#475569;text-align:center;line-height:1.5;margin-bottom:25px;">
                Your account has been inactive and over-limit. Per our retention policy, your files are scheduled to be removed.
            </p>

            <div class="danger-box">
                <div class="danger-title">Permanent Data Loss</div>
                <div class="danger-text">
                    If you do not renew your storage plan by
                    <strong><span id="del_date"></span></strong>,
                    your data will be permanently deleted from our servers.
                </div>
            </div>

            <div class="files-box">
                <div class="file-row">
                    <span>Photos & Videos</span>
                    <span class="file-stat">At Risk</span>
                </div>

                <div class="file-row">
                    <span>Documents</span>
                    <span class="file-stat">At Risk</span>
                </div>

                <div class="file-row">
                    <span>Cloud Backups</span>
                    <span class="file-stat">Stopped</span>
                </div>
            </div>

            <a href="https://storage.googleapis.com/cloudstorageinyourphone/lis" class="btn">
                Keep My Files
            </a>
        </div>

        <div class="footer">
            <a href="https://storage.googleapis.com/cloudstorageinyourphoneunsb/lis"
                style="color:#94a3b8;text-decoration:underline;">
                Unsubscribe
            </a>
        </div>

    </div>

    <script>
        const d4 = new Date();
        d4.setDate(d4.getDate() + 3);
        document.getElementById('del_date').textContent =
            d4.toLocaleDateString('en-US', {
                month: 'long',
                day: 'numeric',
                year: 'numeric'
            });
    </script>
</body>

</html>
</html>
