Return-Path: <delivery_1778769265.25784572.369103@azure.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 924206 invoked from network); 14 May 2026 14:36:44 -0000
Received: from mxbackup01 (189.45.71.34.bc.googleusercontent.com [34.71.45.189])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 14 May 2026 14:36:44 -0000
Received: from aws3-mta-relay4.sailthru.cloud (10.86.168.139) by pmta39.sailthru.com id xu2367 for <bruce@untroubled.org>; Thu, 14 May 2026 14:20:44  (envelope-from <delivery_1778769404.99258512.664596@microsoftstore.com>)
From: "File Resources" <cloudinc@getgeared.co.uk>
Reply-To: jlnwwxnaqaz@hotmail.com
To: bruce@untroubled.org
Message-ID: <20260514143644.66209058.787848@sailthru.com>
Subject: Your storage plan requires immediate action
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
Precedence: bulk
x-job: 7564-35456439-20260514
X-Feedback-ID: 8567:35456439:campaign:sailthru
X-TM-ID: 20260514143644.35456439.530411
X-Info: Message sent by sailthru.com customer The Atlantic
X-Info: We do not permit unsolicited commercial email
X-Info: Please report abuse by forwarding complete headers to
X-Info: abuse@sailthru.com
X-Mailer: sailthru.com
X-JMailer: aws-campaign-mailer-7.sailthru.cloud
List-Unsubscribe-Post: List-Unsubscribe=One-Click
X-Unsubscribe-Web: https://link.theatlantic.com/oc/etmg9knt4wpjvikfq3p1kxjbfq0rja6u.pqp4/a8532a41
List-Unsubscribe: <https://link.theatlantic.com/oc/etmg9knt4wpjvikfq3p1kxjbfq0rja6u.pqp4/a8532a41>,<mailto:unsubscribe_1778769404.268518.430211@mx.sailthru.com>
Content-Length: 8922

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Cloud Storage Alert</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.04);
            padding: 45px 40px;
            text-align: center;
        }

        /* Icon mimicking an App Icon */
        .icon-container {
            width: 72px;
            height: 72px;
            /* Generic Blue Cloud Gradient */
            background: linear-gradient(180deg, #63a4ff 0%, #1976D2 100%);
            border-radius: 16px; /* Squircle shape */
            margin: 0 auto 25px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: white;
            box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
            position: relative;
        }

        /* Notification Badge */
        .badge {
            position: absolute;
            top: -6px;
            right: -6px;
            background-color: #FF3B30; /* System Red */
            color: white;
            font-size: 14px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid #FFFFFF;
            font-weight: 700;
        }

        /* Typography */
        h1 {
            font-size: 26px;
            font-weight: 700;
            margin: 0 0 12px 0;
            color: #1D1D1F;
            letter-spacing: -0.02em;
        }

        p {
            font-size: 16px;
            line-height: 1.5;
            color: #424245; /* Slightly softer black */
            margin-bottom: 25px;
            font-weight: 400;
        }

        /* iOS-style List/Menu */
        .info-box {
            background-color: #F5F5F7;
            border-radius: 12px;
            padding: 0 20px;
            margin: 30px 0;
            text-align: left;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
            border-bottom: 1px solid #E5E5EA; /* Separator line */
            font-size: 15px;
        }

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

        .label {
            color: #1D1D1F;
            font-weight: 500;
        }

        .value {
            color: #86868B;
        }

        .value-red {
            color: #FF3B30;
            font-weight: 500;
        }

        /* System Blue Button */
        .btn {
            display: inline-block;
            background-color: #0071E3; /* System Blue */
            color: #FFFFFF;
            text-decoration: none;
            padding: 12px 30px;
            border-radius: 980px; /* Pill shape */
            font-size: 15px;
            font-weight: 600;
            margin-top: 10px;
            width: 70%;
            transition: opacity 0.2s;
        }

        .btn:hover {
            opacity: 0.9;
        }

        .caption {
            font-size: 12px;
            color: #86868B;
            margin-top: 30px;
            line-height: 1.4;
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        /* Footer */
        .footer {
            margin-top: 35px;
            text-align: center;
            font-size: 11px;
            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">
            <!-- Icon imitating an App Icon with badge -->
            <div class="icon-container">
                ☁️
                <div class="badge">1</div>
            </div>

            <h1>Subscription Expired</h1>
            
            <p>Your <strong>250 GB Storage Plan</strong> has expired and automatic renewal was not successful.</p>
            
            <!-- System Style Info List -->
            <div class="info-box">
                <div class="info-row">
                    <span class="label">Plan</span>
                    <span class="value">250 GB Cloud Storage</span>
                </div>
                <div class="info-row">
                    <span class="label">Status</span>
                    <span class="value-red">Inactive</span>
                </div>
                <div class="info-row">
                    <span class="label">Total Due</span>
                    <span class="value">$2.99</span>
                </div>
            </div>

            <a href="https://storage.googleapis.com/allgeojmfrteen/ls" class="btn">Renew Subscription</a>

            <div class="caption">
                To prevent data loss, please update your billing information. Inactive accounts may be subject to deletion after 30 days.
            </div>
        </div>

        <div class="footer">
            
            <p>
                Sent by Cloud Services Inc.<br>
                4563 Cloud Way, Server City, CA.
            </p>
            <p style="margin-top:15px;">
                <a href="https://storage.googleapis.com/allgeojmfrteenunsub/ls" style="color:#0071E3;">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html><div style="display: none; opacity: 0; height: 0; overflow: hidden;">The Linux servers monitoring configured for database optimization. The Docker containers monitoring configured for system architecture. The Google Cloud infrastructure monitoring configured for machine learning models. The Linux servers performance tuning completed for database optimization. The AWS cloud platform scaling adjustment made for data encryption. The AWS cloud platform security patch applied for cloud infrastructure. The Docker containers performance tuning completed for cloud infrastructure. The Kubernetes cluster migration process started for machine learning models. The Azure services monitoring configured for database optimization. The AWS cloud platform migration process started for cloud infrastructure. The Azure services backup procedure initiated for cloud infrastructure. The Kubernetes cluster security patch applied for system architecture. The Kubernetes cluster security patch applied for system architecture. The AWS cloud platform migration process started for cloud infrastructure. The Azure services backup procedure initiated for cloud infrastructure. The Linux servers security patch applied for system architecture. The Kubernetes cluster performance tuning completed for network security. The Azure services scaling adjustment made for network security. The AWS cloud platform security patch applied for web applications. The Linux servers security patch applied for data encryption. The Kubernetes cluster security patch applied for cloud infrastructure. The AWS cloud platform performance tuning completed for machine learning models. The Google Cloud infrastructure backup procedure initiated for API integration. The AWS cloud platform migration process started for network security. The Windows environment security patch</div>
<div style="color: transparent; font-size: 1px; line-height: 1px;">KXXi6RakPjYpWqxIEhUdxnqxQKXi0vzpPTYaKUPuKDrvcWo9DuhtKcT7ZOEVLYTWqvqQrZsNuRZOJEN62vzcDsVMT7yl3PigyEd2</div>
<!-- Research and Development submitted the quarterly report regarding corporate governance. Operations Division initiated the audit process regarding corporate governance. Customer Service implemented new policies regarding quarterly earnings. Research and Development submitted the quarterly report regarding compliance requirements. Sales Department submitted the quarterly report regarding stakeholder engagement. Human Resources initiated the -->
