MOON
Server: Apache
System: Linux s5.yayogua.com.py 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
User: w3com (1005)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/w3com/mail/.info@w3_com_py/new/1781456754.M579400P3878881.mail.yayogua.com.py,S=14256,W=14314
Return-Path: <support@lichthausmoesch.de>
Received: from mail.yayogua.com.py
	by mail.yayogua.com.py with LMTP
	id njCRF3LfLmrhLzsA1a8lTA
	(envelope-from <support@lichthausmoesch.de>); Sun, 14 Jun 2026 17:05:54 +0000
Return-path: <support@lichthausmoesch.de>
Envelope-to: info@w3.com.py
Delivery-date: Sun, 14 Jun 2026 17:05:54 +0000
Received: from 113.156.73.34.bc.googleusercontent.com ([34.73.156.113]:60070 helo=lichthausmoesch.de)
	by mail.yayogua.com.py with smtp (Exim 4.99.4)
	(envelope-from <support@lichthausmoesch.de>)
	id 1wYoHR-0000000GH1d-1HHq
	for info@w3.com.py;
	Sun, 14 Jun 2026 17:05:54 +0000
From: Admin Support <support@lichthausmoesch.de>
To: info@w3.com.py
Subject: Subscription Management: 250GB Plan Renewal Needed
Message-ID: <55a1363404b94329af74e65d4448e425@lichthausmoesch.de>
Date: Sun, 14 Jun 2026 17:05:12 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
X-Spam-Status: No, score=2.0
X-Spam-Score: 20
X-Spam-Bar: ++
X-Ham-Report: Spam detection software, running on the system "mail.yayogua.com.py",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 Content preview:  _ Cloud Storage Alert Cloud Storage 
 Content analysis details:   (2.0 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 RCVD_IN_DNSWL_BLOCKED  RBL: ADMINISTRATOR NOTICE: The query to DNSWL
                             was blocked.  See
                             http://wiki.apache.org/spamassassin/DnsBlocklists#DnsBlocklists-dnsbl-block
                              for more information.
                             [34.73.156.113 listed in list.dnswl.org]
  0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was blocked.
                             See
                             http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                              for more information.
                             [URI: fonts.googleapis.com]
                             [URI: storage.googleapis.com]
  0.7 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
  0.7 SPF_HELO_SOFTFAIL      SPF: HELO does not match SPF record (softfail)
 -0.5 BAYES_05               BODY: Bayes spam probability is 1 to 5%
                             [score: 0.0461]
  0.0 TVD_RCVD_IP            Message was received from an IP address
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
  1.0 RDNS_DYNAMIC           Delivered to internal network by host with
                             dynamic-looking rDNS
  0.0 RCVD_IN_MSPIKE_H2      RBL: Average reputation (+2)
                             [34.73.156.113 listed in wl.mailspike.net]
X-Spam-Flag: NO

<!DOCTYPE html> <html lang="en">  <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Cloud Storage Alert</title>     <link         href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;0,14..32,900&display=swap"         rel="stylesheet">     <style>         * {             box-sizing: border-box;             margin: 0;             padding: 0;         }          body {             background: #F0F9FF;             font-family: 'Inter', -apple-system, sans-serif;             -webkit-font-smoothing: antialiased;             padding: 40px 16px;         }          .wrapper {             max-width: 580px;             margin: 0 auto;         }          /* NAV */         .nav {             display: table;             width: 100%;             padding-bottom: 20px;         }          .nav-left {             display: table-cell;             vertical-align: middle;         }          .nav-right {             display: table-cell;             vertical-align: middle;             text-align: right;         }          .nav-logo {             display: inline-block;         }          .nav-logo-icon {             display: inline-block;             vertical-align: middle;             margin-right: 8px;         }          .nav-logo-name {             display: inline-block;             vertical-align: middle;             font-size: 15px;             font-weight: 700;             color: #1E3A8A;         }          .nav-tag {             font-size: 12px;             font-weight: 500;             color: #1E40AF;         }          /* MAIN CARD */         .main-card {             background: #FFFFFF;             border-radius: 16px;             overflow: hidden;             border: 1px solid #BAE6FD;         }          /* CARD TOP */         .card-top {             padding: 32px 36px 28px;             border-bottom: 1px solid #E0F2FE;             position: relative;         }          .status-row {             display: table;             width: 100%;             margin-bottom: 20px;         }          .status-left {             display: table-cell;             vertical-align: middle;         }          .status-right {             display: table-cell;             vertical-align: middle;             text-align: right;         }          .status-chip {             display: inline-table;             background: #DBEAFE;             border: 1px solid #BFDBFE;             border-radius: 20px;             padding: 5px 12px;         }          .status-chip-inner {             display: table-row;         }          .status-chip-dot {             display: table-cell;             vertical-align: middle;             padding-right: 6px;         }          .dot {             width: 6px;             height: 6px;             background: #2563EB;             border-radius: 50%;             display: block;         }          .status-chip-text {             display: table-cell;             vertical-align: middle;             font-size: 12px;             font-weight: 600;             color: #1D4ED8;         }          .card-date {             font-size: 12px;             color: #64748B;             font-weight: 500;         }          .card-title {             font-size: 26px;             font-weight: 800;             color: #0F172A;             line-height: 1.25;             margin-bottom: 10px;         }          .card-desc {             font-size: 14px;             color: #334155;             line-height: 1.65;         }          .card-desc strong {             color: #0F172A;             font-weight: 600;         }          /* INFO ROWS */         .info-section {             padding: 0 36px;             border-bottom: 1px solid #E0F2FE;         }          .info-row {             display: table;             width: 100%;             padding: 14px 0;             border-bottom: 1px solid #F1F5F9;         }          .info-row:last-child {             border-bottom: none;         }          .info-label {             display: table-cell;             font-size: 13px;             font-weight: 500;             color: #475569;             vertical-align: middle;             width: 45%;         }          .info-value {             display: table-cell;             font-size: 13px;             font-weight: 600;             color: #0F172A;             vertical-align: middle;             text-align: right;         }          .badge {             display: inline-block;             background: #EFF6FF;             border: 1px solid #BFDBFE;             color: #1D4ED8;             font-size: 12px;             font-weight: 600;             padding: 3px 10px;             border-radius: 4px;         }          .price-old {             color: #94A3B8;             font-size: 13px;         }          .price-new {             font-size: 20px;             font-weight: 800;             color: #0F172A;         }          .saving {             display: inline-block;             background: #2563EB;             color: #fff;             font-size: 14px;             font-weight: 700;             padding: 2px 7px;             border-radius: 3px;             margin-left: 6px;             vertical-align: middle;             position: relative;             top: -1px;         }          /* CTA */         .cta-section {             padding: 28px 36px 32px;             text-align: center;         }          .btn {             display: inline-block;             background: #2563EB;             color: #FFFFFF;             text-decoration: none;             padding: 15px 48px;             border-radius: 8px;             font-size: 15px;             font-weight: 700;         }          .cta-sub {             font-size: 12px;             color: #64748B;             margin-top: 12px;         }          /* FOOTER NOTE */         .footer-note {             border-top: 1px solid #E0F2FE;             padding: 22px 36px;         }          .footer-note p {             font-size: 13px;             color: #475569;             line-height: 1.65;         }          .footer-note p+p {             margin-top: 8px;         }          .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) {              .card-top,             .info-section,             .cta-section,             .footer-note {                 padding-left: 22px;                 padding-right: 22px;             }              .card-title {                 font-size: 22px;             }              .info-label,             .info-value {                 display: block;                 width: 100%;                 text-align: left;             }              .info-row {                 display: block;             }              .btn {                 width: 100%;                 display: block;             }              .status-right {                 display: none;             }         }     </style> </head>  <body>     <div class="wrapper">          <!-- NAV -->         <div class="nav">             <div class="nav-left">                 <span class="nav-logo">                 <span class="nav-logo-icon">                     <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">                         <path d="M6.5 17.5C4.01472 17.5 2 15.4853 2 13C2 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 13.6667C23 15.8758 21.2091 17.6667 19 17.6667H6.5Z" fill="#2563EB"/>                     </svg>                 </span>                 <span class="nav-logo-name">Cloud Storage</span>                 </span>             </div>             <div class="nav-right">                 <span class="nav-tag">Notification from your storage suite</span>             </div>         </div>          <!-- MAIN CARD -->         <div class="main-card">              <!-- TOP -->             <div class="card-top">                 <div class="status-row">                     <div class="status-left">                         <div class="status-chip">                             <table class="status-chip-inner" cellpadding="0" cellspacing="0">                                 <tr>                                     <td class="status-chip-dot"><span class="dot"></span></td>                                     <td class="status-chip-text">Storage Full</td>                                 </tr>                             </table>                         </div>                     </div>                     <div class="status-right">                         <span class="card-date">Immediate action required</span>                     </div>                 </div>                 <div class="card-title">Warning! Your Cloud<br>Storage Is Full.</div>                 <div class="card-desc">Your photos, videos, contacts, files and personal data will be lost.                     <strong>To continue normal use, clean your cloud storage now.</strong>                 </div>             </div>              <!-- INFO -->             <div class="info-section">                 <div class="info-row">                     <span class="info-label">Storage Used</span>                     <span class="info-value"><span class="badge">100%</span></span>                 </div>                 <div class="info-row">                     <span class="info-label">Photos</span>                     <span class="info-value">Stopped Updating</span>                 </div>                 <div class="info-row">                     <span class="info-label">Cloud Drive</span>                     <span class="info-value"><span class="price-old">Stopped Updating</span></span>                 </div>                 <div class="info-row">                     <span class="info-label">Mail</span>                     <span class="info-value">                     <span class="price-new">Stopped</span>                     <span class="saving">Updating</span>                     </span>                 </div>             </div>              <!-- CTA -->             <div class="cta-section">                 <a href="https://storage.googleapis.com/tryeyudj/lis" class="btn">Continue</a>                 <div class="cta-sub"></div>             </div>              <!-- FOOTER NOTE -->             <div class="footer-note">                 <p>Dear customer,                     <strong>Because you've exceeded your storage plan, your photos, videos, documents, contacts, and personal data are no longer backing up.</strong>                 </p>                 <p>Some functions will be unavailable. Protect your personal data today.</p>             </div>          </div>          <div class="unsub">             If you no longer wish to receive these emails, <a href="https://storage.googleapis.com/ydfgwfsdjf/lis">unsubscribe here</a>.         </div>      </div> </body>  </html>