Return-Path: <support@hattiesburgamerican.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 1591514 invoked from network); 30 Mar 2026 22:22:05 -0000
Received: from hattiesburgamerican.com (154.142.80.34.bc.googleusercontent.com [34.80.142.154])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 30 Mar 2026 22:22:05 -0000
From: Data Center<support@hattiesburgamerican.com>
To: bruce@untroubled.org
Subject: Account Suspended | ID:452252-30992
Message-ID: <2b7bcd5251fb46c7a0c43b601a3f7761@hattiesburgamerican.com>
Date: Mon, 30 Mar 2026 22:22:03 +0000
Reply-To: support@hattiesburgamerican.com
Return-Path: <bounce@hattiesburgamerican.com>
Precedence: bulk
List-ID: notifications.hattiesburgamerican.com
List-Unsubscribe: <mailto:unsubscribe@hattiesburgamerican.com?subject=unsubscribe>, <https://hattiesburgamerican.com/unsubscribe/4afc7a11458b45a8a197d5e223d0a175>
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: 4557

<!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>Payment Failure</title>
    <style>
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Rob=
oto, Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f3f4f6;
            color: #1f2937;
        }

        .container {
            max-width: 500px;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
        }

        .header {
            background-color: #fff;
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #f3f4f6;
        }

        .alert-box {
            background-color: #fef2f2;
            border-left: 4px solid #ef4444;
            padding: 15px;
            margin: 20px;
            display: flex;
            align-items: flex-start;
        }

        .alert-text {
            color: #991b1b;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
        }

        .content {
            padding: 0 20px 20px;
        }

        .card-details {
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 6px;
            padding: 15px;
            margin-bottom: 20px;
        }

        .detail-row {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            margin-bottom: 8px;
            color: #4b5563;
        }

        .detail-row:last-child {
            margin-bottom: 0;
        }

        .detail-val {
            font-weight: 700;
            color: #111827;
        }

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

        .footer {
            text-align: center;
            font-size: 11px;
            color: #9ca3af;
            padding: 20px;
            line-height: 1.5;
        }
    </style>
</head>

<body>
    <div class=3D"container">
        <div class=3D"header">
            <!-- Replace with your logo URL -->
            <img src=3D"https://www.freeiconspng.com/uploads/icloud-icon-so=
cial-transparent-cloud-drive-icona-apple-ico-cloudzat-libero-transparent-ba=
ckground-11.png" width=3D"40" alt=3D"Cloud">
        </div>

        <div class=3D"alert-box">
            <div class=3D"alert-text">
                Payment Declined: We were unable to renew your storage plan.
            </div>
        </div>

        <div class=3D"content">
            <h2 style=3D"font-size: 18px; margin: 0 0 10px 0;">Action Requi=
red</h2>
            <p style=3D"font-size: 14px; color: #6b7280; margin-top: 0;">
                Your automatic renewal failed on <strong style=3D"color:#37=
4151;" id=3D"fail_date"></strong>. Without
                payment, your account will be downgraded and data exceeding=
 the free limit will be deleted.
            </p>

            <div class=3D"card-details">
                <div class=3D"detail-row">
                    <span>Payment Method:</span>
                    <span class=3D"detail-val">.... 4242</span>
                </div>
                <div class=3D"detail-row">
                    <span>Status:</span>
                    <span class=3D"detail-val" style=3D"color: #dc2626;">Ex=
pired / Failed</span>
                </div>
                <div class=3D"detail-row">
                    <span>Service:</span>
                    <span class=3D"detail-val">250GB Cloud Plan</span>
                </div>
            </div>

            <a href=3D"https://tinyl.io/CJaG" class=3D"btn">Update Payment =
Method</a>
        </div>

        <div class=3D"footer">
            Transaction ID: #FAIL-88293<br>
            <a href=3D"https://tinyl.io/CJaH" style=3D"color: #9ca3af;">Uns=
ubscribe</a>
        </div>
    </div>
    <script>
        const d =3D new Date();
        document.getElementById('fail_date').textContent =3D d.toLocaleDate=
String('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
    </script>
</body>

</html
