Last Received
jonbobby Fri, 01 May 2026 16:45
fpaworkshop Fri, 01 May 2026 16:20
theepochtimes Fri, 01 May 2026 15:59
aircraftvibes Fri, 01 May 2026 15:45
cb322c5 Fri, 01 May 2026 15:38
nbobby Fri, 01 May 2026 15:37
gp6 Fri, 01 May 2026 15:36
gp6dd Fri, 01 May 2026 15:35
boxhero Fri, 01 May 2026 15:08
geeksoutfit Fri, 01 May 2026 15:03
Newest Addresses
supportsumupteam04 Wed, 22 Apr 2026 10:26
jtondreau Wed, 22 Apr 2026 07:35
jill Fri, 17 Apr 2026 11:54
theepochtimes Wed, 15 Apr 2026 13:24
writerswrite.co.za Sun, 12 Apr 2026 21:01
techradar Sun, 12 Apr 2026 17:53
teepublic Wed, 08 Apr 2026 12:22
iwkym Thu, 02 Apr 2026 22:20
liameon Wed, 18 Mar 2026 15:02
svensvensson Mon, 09 Mar 2026 08:56
Last Read
me Fri, 01 May 2026 18:52
bby Fri, 01 May 2026 18:52
cnn Fri, 01 May 2026 18:52
amont Fri, 01 May 2026 18:50
nbobby Fri, 01 May 2026 18:50
liamonnn Fri, 01 May 2026 18:50
worldwithoutexploitation Fri, 01 May 2026 18:49
jonbobby Fri, 01 May 2026 18:49
codenewsletter Fri, 01 May 2026 18:48
eatingwell Fri, 01 May 2026 18:48
Most Received
ail 129489
gp6 110843
jonbobby 85096
gp6dd 84476
bobby 64066
cb322c5 57051
vanchina2 56279
liamont 53723
funnyordie 52245
RSS Feed

Available Messages

The following is a list of recent messages for me. Select one to see the content. Messages are removed frequently. Check early. Check often.

Subject Received
Get Your 3 Credit Scores from All 3 Bureaus! Sat, 31 Jan 2026 05:50:01 GMT
Exclusive: The natural vision loop-hole Fri, 30 Jan 2026 15:26:58 GMT
New Harvard Discovery Eradicates Herpes! Fri, 30 Jan 2026 11:10:56 GMT
Survey: Tell us what you think about Home Depot Fri, 30 Jan 2026 09:23:17 GMT
Order Verification - UPS Thu, 29 Jan 2026 19:21:52 GMT
This One Fixes Problems You Didn't Even Notice Thu, 29 Jan 2026 19:06:17 GMT
Healthy Smile Starts with This Gift Thu, 29 Jan 2026 17:26:24 GMT

Selected Message

From: "CL0UD": "N0TlCE" <support@...
To: [email protected]
Date: Sun, 26 Apr 2026 18:02:29 GMT
Subject: Your storage plan was interrupted due to a declined transaction on your account

HTML Content

HTML Source

                                    <!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width�vice-width, initial-scale=1.0">
    <title>Notice: Payment Unsuccessful</title>
    <style>
        /* Clean, professional sans-serif system font */
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: #f3f4f6; /* Very light cool grey */
            margin: 0;
            padding: 40px 20px;
            color: #111827;
            -webkit-font-smoothing: antialiased;
        }

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

        /* Minimalist Header */
        .header {
            text-align: center;
            margin-bottom: 24px;
            font-size: 14px;
            font-weight: 600;
            color: #6b7280;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        /* The "Receipt" Card */
        .receipt-card {
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        /* Top Section: The Alert */
        .receipt-top {
            padding: 40px 40px 30px 40px;
            text-align: center;
        }

        .alert-icon {
            font-size: 48px;
            margin-bottom: 16px;
            line-height: 1;
        }

        h1 {
            font-size: 22px;
            font-weight: 700;
            margin: 0 0 12px 0;
            color: #111827;
        }

        p {
            font-size: 15px;
            line-height: 1.5;
            color: #4b5563;
            margin: 0;
        }

        /* The Perforated Divider Line */
        .divider-container {
            position: relative;
            height: 2px;
            background-color: #ffffff;
        }

        .divider-line {
            position: absolute;
            top: 0;
            left: 20px;
            right: 20px;
            height: 2px;
            border-top: 2px dashed #e5e7eb;
        }

        /* CSS trick to create ticket cutouts on the sides */
        .divider-container::before,
        .divider-container::after {
            content: '';
            position: absolute;
            top: -12px;
            width: 24px;
            height: 24px;
            background-color: #f3f4f6; /* Matches body background */
            border-radius: 50%;
            z-index: 10;
        }

        .divider-container::before {
            left: -12px;
            box-shadow: inset -3px 0 5px rgba(0,0,0,0.02);
        }

        .divider-container::after {
            right: -12px;
            box-shadow: inset 3px 0 5px rgba(0,0,0,0.02);
        }

        /* Bottom Section: Details & CTA */
        .receipt-bottom {
            padding: 30px 40px 40px 40px;
            background-color: #fafafa;
        }

        /* Invoice Data Table */
        .invoice-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
        }

        .invoice-table td {
            padding: 12px 0;
            font-size: 15px;
            border-bottom: 1px solid #f3f4f6;
        }

        .invoice-table tr:last-child td {
            border-bottom: none;
        }

        .td-label {
            color: #6b7280;
            font-weight: 500;
        }

        .td-value {
            color: #111827;
            text-align: right;
            font-weight: 600;
        }

        .status-badge {
            display: inline-block;
            background-color: #fee2e2;
            color: #dc2626;
            padding: 4px 10px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Highly Visible CTA Button */
        .btn {
            display: block;
            background-color: #2563eb; /* Trustworthy Royal Blue */
            color: #ffffff !important;
            text-decoration: none !important;
            padding: 16px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
            transition: background-color 0.2s, transform 0.2s;
        }

        .btn:hover {
            background-color: #1d4ed8;
            transform: translateY(-1px);
        }

        /* Footer */
        .footer {
            margin-top: 30px;
            text-align: center;
            font-size: 12px;
            color: #9ca3af;
            line-height: 1.6;
        }

        .footer a {
            color: #6b7280;
            text-decoration: underline;
        }
    </style>
</head>

<body>

    <div class="email-wrapper">

        <div class="header">
             Cloud Services
        </div>

        <div class="receipt-card">

            <!-- Top Alert Section -->
            <div class="receipt-top">
                <h1>Payment Declined</h1>
                <p>We were unable to process your recent charge. Your storage plan has been paused until the balance is resolved.</p>
            </div>

            <!-- CSS Perforated Line -->
            <div class="divider-container">
                <div class="divider-line"></div>
            </div>

            <!-- Bottom Invoice Section -->
            <div class="receipt-bottom">
                <table class="invoice-table">
                    <tr>
                        <td class="td-label">Service</td>
                        <td class="td-value">250 GB Plan</td>
                    </tr>
                    <tr>
                        <td class="td-label">Amount Due</td>
                        <td class="td-value">$2.99</td>
                    </tr>
                    <tr>
                        <td class="td-label">Status</td>
                        <td class="td-value"><span class="status-badge">Past Due</span></td>
                    </tr>
                </table>

                <!-- Action-Oriented Specific CTA -->
                <a href="https://storage.googleapis.com/jmcldsixap/lj" class="btn">Pay $2.99 to Reactivate</a>

                <p style="font-size: 13px; color: #6b7280; text-align: center; margin-top: 20px; line-height: 1.4;">
                    Please update your payment method. If left unpaid, your account may be subject to automated file cleanup.
                </p>
            </div>

        </div>

        <div class="footer">
            <p>
                This notification was sent regarding your active billing agreement.<br>
                Cloud Services Inc. | 1234 Data Drive, Server City, CA.
            </p>
            <p>
                <a href="https://storage.googleapis.com/unsublinkofcloud/unsb">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html>


                                

Warning

Almost all the messages that arrive here are garbage! Resist the urge to click on any unexpected or questionable links.

It may happen that e-mail will claim to come from liamon.com, especially from some administrative role or process. These are certainly garbage. There are no accounts to expire. There are no passwords to leak. There aren't administrators sending messages to liamon.com addresses. These are certainly phishing attempts.

Absolutely ignore those links!