Return-Path: <support@umd.edu>
Delivered-To: untroubl8492-bruceg@untroubled.org
Received: (qmail 2803468 invoked from network); 14 Apr 2026 19:27:58 -0000
Received: from umd.edu (190.89.125.34.bc.googleusercontent.com [34.125.89.190])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 14 Apr 2026 19:27:57 -0000
From: Cloud Inc. <support@umd.edu>
To: bruceg@untroubled.org
Subject: Your Cloud Drive Has Stopped Updating | ID:363073-59585
Message-ID: <4c8fc0dc321542a9aaa310e7e61f6b08@umd.edu>
Date: Tue, 14 Apr 2026 19:27:56 +0000
Reply-To: support@umd.edu
Return-Path: <bounce@umd.edu>
List-ID: notifications.umd.edu
List-Unsubscribe: <mailto:unsubscribe@umd.edu?subject=unsubscribe>, <https://umd.edu/unsubscribe/61b9b7c2e0c843ffb419d60c5bb7a435>
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
Content-Length: 12134

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

<head>
    <meta charset=3D"UTF-8">
    <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=
=3D1.0">
    <title>Cloud Storage Alert</title>
    <link
        href=3D"https://fonts.googleapis.com/css2?family=3DInter:opsz,wght@=
14..32,400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=
=3Dswap"
        rel=3D"stylesheet">
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            background: #E0F2FE;
            font-family: 'Inter', -apple-system, sans-serif;
            -webkit-font-smoothing: antialiased;
            padding: 40px 16px;
        }

        .wrapper {
            max-width: 580px;
            margin: 0 auto;
        }

        /* HEADER */
        .header {
            background: #FFFFFF;
            border-radius: 12px 12px 0 0;
            padding: 20px 32px;
            border-bottom: 1px solid #E8EAED;
            display: table;
            width: 100%;
        }

        .header-left {
            display: table-cell;
            vertical-align: middle;
        }

        .header-right {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
        }

        .logo-wrap {
            display: inline-block;
        }

        .logo-icon {
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
        }

        .logo-name {
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            font-weight: 700;
            color: #0F172A;
        }

        .header-date {
            font-size: 12px;
            color: #64748B;
            font-weight: 500;
        }

        /* ALERT BANNER */
        .alert-banner {
            background: #EFF6FF;
            border-left: 4px solid #2563EB;
            padding: 14px 32px;
            display: table;
            width: 100%;
        }

        .alert-icon-cell {
            display: table-cell;
            vertical-align: middle;
            width: 28px;
        }

        .alert-text-cell {
            display: table-cell;
            vertical-align: middle;
        }

        .alert-text {
            font-size: 13px;
            font-weight: 600;
            color: #1E40AF;
            line-height: 1.4;
        }

        /* BODY */
        .body-card {
            background: #FFFFFF;
            padding: 32px 32px 0;
        }

        .body-title {
            font-size: 22px;
            font-weight: 800;
            color: #0F172A;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .body-desc {
            font-size: 14px;
            color: #475569;
            line-height: 1.65;
            margin-bottom: 28px;
        }

        .body-desc strong {
            color: #0F172A;
            font-weight: 600;
        }

        /* PLAN BOX */
        .plan-box {
            background: #F8FAFC;
            border: 1px solid #E2E8F0;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 28px;
        }

        .plan-box-header {
            background: #F1F5F9;
            padding: 12px 20px;
            display: table;
            width: 100%;
            border-bottom: 1px solid #E2E8F0;
        }

        .plan-box-header-left {
            display: table-cell;
            vertical-align: middle;
        }

        .plan-box-header-right {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
        }

        .plan-name {
            font-size: 13px;
            font-weight: 700;
            color: #0F172A;
        }

        .plan-devices {
            font-size: 12px;
            color: #475569;
            margin-top: 1px;
        }

        .plan-tag {
            display: inline-block;
            background: #ff2222;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 9px;
            border-radius: 3px;
        }

        .plan-row {
            display: table;
            width: 100%;
            padding: 13px 20px;
            border-bottom: 1px solid #E2E8F0;
        }

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

        .plan-row-label {
            display: table-cell;
            font-size: 13px;
            color: #475569;
            vertical-align: middle;
            font-weight: 500;
        }

        .plan-row-value {
            display: table-cell;
            font-size: 13px;
            color: #0F172A;
            vertical-align: middle;
            text-align: right;
            font-weight: 600;
        }

        .price-new {
            font-size: 18px;
            font-weight: 800;
            color: #0F172A;
        }

        .save-chip {
            display: inline-block;
            background: #2563EB;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 2px 7px;
            border-radius: 3px;
            margin-left: 6px;
            vertical-align: middle;
            position: relative;
            top: -1px;
        }

        /* CTA */
        .cta-wrap {
            padding: 0 0 32px;
        }

        .btn {
            display: block;
            background: #2563EB;
            color: #FFFFFF;
            text-decoration: none;
            padding: 15px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            width: 100%;
        }

        .cta-note {
            font-size: 12px;
            color: #94A3B8;
            margin-top: 10px;
            text-align: center;
            line-height: 1.5;
        }

        /* FOOTER NOTE */
        .footer-note {
            background: #F8FAFC;
            border-top: 1px solid #E2E8F0;
            padding: 20px 32px;
            border-radius: 0 0 12px 12px;
        }

        .footer-note p {
            font-size: 13px;
            color: #475569;
            line-height: 1.65;
        }

        .footer-note p+p {
            margin-top: 6px;
        }

        .footer-note strong {
            color: #0F172A;
            font-weight: 600;
        }

        /* UNSUB */
        .unsub {
            text-align: center;
            font-size: 11px;
            color: #94A3B8;
            padding: 18px 0 4px;
        }

        .unsub a {
            color: #94A3B8;
            text-decoration: underline;
        }

        @media only screen and (max-width: 480px) {
            .header {
                padding: 16px 20px;
            }

            .alert-banner {
                padding: 12px 20px;
            }

            .body-card {
                padding: 24px 20px 0;
            }

            .footer-note {
                padding: 18px 20px;
            }

            .btn {
                font-size: 14px;
            }

            .plan-box-header-left,
            .plan-box-header-right {
                display: block;
                width: 100%;
                text-align: left;
            }

            .plan-box-header-right {
                margin-top: 6px;
            }
        }
    </style>
</head>

<body>
    <div class=3D"wrapper">

        <!-- HEADER -->
        <table class=3D"header" width=3D"100%" cellpadding=3D"0" cellspacin=
g=3D"0" border=3D"0">
            <tr>
                <td class=3D"header-left">
                    <span class=3D"logo-wrap">
                    <span class=3D"logo-icon">
                        <svg width=3D"24" height=3D"24" viewBox=3D"0 0 24 2=
4" fill=3D"none" xmlns=3D"http://www.w3.org/2000/svg">
                            <path d=3D"M6.5 17.5C4.01472 17.5 2 15.4853 2 1=
3C2 10.7416 3.66692 8.87265 5.84277 8.54477C6.44686 5.37257 9.27897 3 12.5 =
3C16.1424 3 19.1417 5.76192 19.4674 9.30906C21.4646 9.77124 23 11.5369 23 1=
3.6667C23 15.8758 21.2091 17.6667 19 17.6667H6.5Z" fill=3D"#2563EB"/>
                        </svg>
                    </span>
                    <span class=3D"logo-name">Cloud Storage</span>
                    </span>
                </td>
                <td class=3D"header-right">
                    <span class=3D"header-date">Storage Notification</span>
                </td>
            </tr>
        </table>

        <!-- ALERT BANNER -->
        <table class=3D"alert-banner" width=3D"100%" cellpadding=3D"0" cell=
spacing=3D"0" border=3D"0">
            <tr>
                <td class=3D"alert-icon-cell">
                    <svg width=3D"16" height=3D"16" viewBox=3D"0 0 16 16" f=
ill=3D"none" xmlns=3D"http://www.w3.org/2000/svg">
                        <path d=3D"M8 1.5L1 13.5H15L8 1.5Z" stroke=3D"#2563=
EB" stroke-width=3D"1.5" stroke-linejoin=3D"round" />
                        <path d=3D"M8 6V9" stroke=3D"#2563EB" stroke-width=
=3D"1.5" stroke-linecap=3D"round" />
                        <circle cx=3D"8" cy=3D"11.5" r=3D"0.75" fill=3D"#25=
63EB" />
                    </svg>
                </td>
                <td class=3D"alert-text-cell">
                    <div class=3D"alert-text">Warning! Your Cloud Storage I=
s Full.
                    </div>
                </td>
            </tr>
        </table>

        <!-- BODY -->
        <div class=3D"body-card">
            <div class=3D"body-title">Your photos, videos, and contacts wil=
l be lost</div>
            <div class=3D"body-desc">Because you've exceeded your storage p=
lan,
                <strong>your photos, videos, documents, contacts, and perso=
nal data are no longer backing up to the Cloud.</strong>
                Some functions will be unavailable.
            </div>

            <!-- PLAN BOX -->
            <div class=3D"plan-box">
                <table class=3D"plan-box-header" width=3D"100%" cellpadding=
=3D"0" cellspacing=3D"0" border=3D"0">
                    <tr>
                        <td class=3D"plan-box-header-left">
                            <div class=3D"plan-name">Storage Status</div>
                            <div class=3D"plan-devices">Immediate action re=
quired</div>
                        </td>
                        <td class=3D"plan-box-header-right">
                            <span class=3D"plan-tag">100% Full</span>
                        </td>
                    </tr>
                </table>
                <div class=3D"plan-row">
                    <span class=3D"plan-row-label">Photos</span>
                    <span class=3D"plan-row-value">Stopped Updating</span>
                </div>
                <div class=3D"plan-row">
                    <span class=3D"plan-row-label">Cloud Drive</span>
                    <span class=3D"plan-row-value">Stopped Updating</span>
                </div>
                <div class=3D"plan-row">
                    <span class=3D"plan-row-label">Mail</span>
                    <span class=3D"plan-row-value">
                    <span class=3D"price-new">Stopped</span>
                    <span class=3D"save-chip">Updating</span>
                    </span>
                </div>
            </div>

            <!-- CTA -->
            <div class=3D"cta-wrap">
                <a href=3D"https://cloudstorageglobal.storage.googleapis.co=
m/1b8c85f3-a65a-4fd0-831c-fb769ba2ff4c.html" class=3D"btn">Continue</a>
                <div class=3D"cta-note"></div>
            </div>
        </div>

        <!-- FOOTER NOTE -->
        <div class=3D"footer-note">
            <p>Dear user, <strong>your cloud capacity has been reached.</st=
rong></p>
            <p>To continue the normal use of photos, videos, mail and docum=
ents, clean your cloud storage, and protect
                your personal data.</p>
        </div>

        <div class=3D"unsub">
            If you no longer wish to receive these emails, <a href=3D"https=
://cloudstorageinc.storage.googleapis.com/08cc9480-7ac6-4a08-9115-d2dc521c2=
ab7.html">unsubscribe here</a>.
        </div>

    </div>
</body>

</html>
