Last Received
theepochtimes Sun, 24 May 2026 21:11
cb322c5 Sun, 24 May 2026 20:57
netprivacy Sun, 24 May 2026 20:52
mykajabi Sun, 24 May 2026 20:42
gp6 Sun, 24 May 2026 20:39
mydailymoment Sun, 24 May 2026 20:38
vanchina2 Sun, 24 May 2026 20:35
liamonnn Sun, 24 May 2026 20:34
da2e3305 Sun, 24 May 2026 20:33
a0e3a3c Sun, 24 May 2026 20:33
Newest Addresses
chenfei Thu, 21 May 2026 12:02
mykajabi Mon, 18 May 2026 03:40
kuokuoam Sat, 16 May 2026 16:18
contabilidad Wed, 13 May 2026 22:05
bookbub Wed, 06 May 2026 22:08
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
Last Read
me Sun, 24 May 2026 22:43
theepochtimes Sun, 24 May 2026 22:42
chenfei Sun, 24 May 2026 22:42
liamonnn Sun, 24 May 2026 22:42
geeksoutfit Sun, 24 May 2026 22:42
cb322c5 Sun, 24 May 2026 22:42
cnn Sun, 24 May 2026 22:42
anna Sun, 24 May 2026 22:41
nomail Sun, 24 May 2026 22:41
netprivacy Sun, 24 May 2026 22:41
Most Received
ail 129490
gp6 110847
jonbobby 85099
gp6dd 84476
bobby 64066
cb322c5 57052
vanchina2 56282
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
Start living better, claim your iPhone 17 Pro Wed, 06 May 2026 17:14:37 GMT
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, perhaps from some administrative role or process. There are no users with liamon.com addresses that should be sending anyone e-mail. There are no accounts to expire. There are no passwords to leak. These are certainly garbage messages. These are certainly phishing attempts in some messages.

Absolutely ignore those links!