Return-Path: <iqmining@exapeaksoft.com>
Delivered-To: info@pspmotor.com
Received: from d5.my-control-panel.com
	by d5.my-control-panel.com with LMTP
	id 2GrKC36iKGcE3QAAJCSu9w
	(envelope-from <iqmining@exapeaksoft.com>)
	for <info@pspmotor.com>; Mon, 04 Nov 2024 11:31:26 +0100
Return-path: <iqmining@exapeaksoft.com>
Envelope-to: info@pspmotor.com
Delivery-date: Mon, 04 Nov 2024 11:31:26 +0100
Received: from [121.125.64.168] (helo=dev.bebob.net)
	by d5.my-control-panel.com with esmtps  (TLS1.2) tls TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
	(Exim 4.97.1)
	(envelope-from <iqmining@exapeaksoft.com>)
	id 1t7uMn-00000000Kib-2Pzo
	for info@pspmotor.com;
	Mon, 04 Nov 2024 11:31:26 +0100
Received: from exapeaksoft.com (localhost [127.0.0.1])
	by dev.bebob.net (8.14.7/8.14.7) with ESMTP id 4A4AVHXO010318
	for <info@pspmotor.com>; Mon, 4 Nov 2024 19:31:18 +0900
Message-Id: <202411041031.4A4AVHXO010318@dev.bebob.net>
MIME-Version: 1.0
Date: Mon, 04 Nov 2024 19:31:17 +0900 (UTC)
From: IQ Mining <iqmining@exapeaksoft.com>
Subject: Your Ethereum Mining Balance: 16.22 ETH
To: info@pspmotor.com
X-Priority: 1
X-MSMail-Priority: High
Importance: High
X-MimeOLE: Produced By Microsoft MimeOLE V6.10.2800.4409.2021586449.io.jh31
Content-Type: multipart/alternative; boundary=_Part_n8o87o_1pt8llw2lc328syls57__

--_Part_n8o87o_1pt8llw2lc328syls57__
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0

    
        
            CLOUD MINING
            
        
        
            Welcome back, user-9u0jk1uhl4!
        
        It's been 364 days since you registered on our platform for automat=
ic cloud Ethereum mining. Your devices were linked to our platform by Email=
 address.
        You were inactive, but the Ethereum proceeds was accumulating from =
the cloud mining Virtual Machine.
        During your absence, you made 16.22 ETH ($39,986.77) USD through cl=
oud mining.
        
            Your balance: 16.22 ETH ($39,986.77)
        
        Continue https://www.fibbc.net/drive/dashboard.php?uid=3D9u0jk1uhl4=
 Continue
        
            If the link does not work, please copy it manually and paste it=
 into your browser's address bar from the textarea below:
            https://www.fibbc.net/drive/dashboard.php?uid=3D9u0jk1uhl4
        
        
            =C2=A9 2024 IQ Mining Corp. All rights reserved. Cryptocurrency=
 is not regulated in more than 100 countries. Be sure that it is legal in y=
our country before using cryptocurrencies. Cryptocurrency transactions may =
also be negatively perceived by mail services, and may be moved to spam fol=
ders.
        
    


--_Part_n8o87o_1pt8llw2lc328syls57__
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0

    <meta charset=3D"utf-8">
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
        .container {
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 400px;
            margin: 20px auto;
        }
        .header {
            background-color: #e0f7fa;
            padding: 10px;
            border-radius: 10px 10px 0 0;
            margin: -20px -20px 20px -20px;
            text-align: center;
            position: relative;
        }
        .title {
            font-size: 24px;
            font-weight: bold;
            color: black;
            margin: 0;
        }
        .separator {
            width: 100%;
            height: 1px;
            background-color: #4caf50;
            margin-top: 10px;
        }
        .welcome {
            font-size: 18px;
            color: #4caf50;
            margin: 20px 20px 0 20px;
            padding: 10px;
            background-color: #e0f7fa;
            border-radius: 10px;
            text-align: left;
            box-sizing: border-box;
        }
        .container p {
            font-size: 16px;
            color: #333;
            line-height: 1.5;
            margin: 10px 0;
        }
        .balance {
            background-color: #e8f5e9;
            border: 1px solid #c8e6c9;
            border-radius: 5px;
            padding: 15px;
            font-size: 20px;
            color: #333;
            margin: 20px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .balance strong {
            color: #4caf50;
        }
        .btn {
            display: inline-block;
            background-color: #4caf50;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        }
        .link-section {
            margin-top: 20px;
            text-align: left;
            border-top: 1px solid #ddd;
            padding-top: 20px;
        }
        .link-section textarea {
            width: 100%;
            height: 60px;
            margin-top: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }
        .footer {
            font-size: 12px;
            color: #999;
            text-align: left;
            margin-top: 20px;
            border-top: 1px solid #ddd;
            padding-top: 10px;
        }
    </style>
</head>
<body>
    <div class=3D"container">
        <div class=3D"header">
            <div class=3D"title">CLOUD MINING</div>
            <div class=3D"separator"></div>
        </div>
        <div class=3D"welcome">
            <p>Welcome back, user-9u0jk1uhl4!</p>
        </div>
        <p>It's been <strong>364 days</strong> since you registered on our =
platform for automatic cloud Ethereum mining. Your devices were linked to o=
ur platform by <strong>Email address.</strong></p>
        <p>You were inactive, but the Ethereum proceeds was accumulating fr=
om the cloud mining Virtual Machine.</p>
        <p>During your absence, you made <strong>16.22 ETH</strong> (<stron=
g>$39,986.77</strong>) USD through cloud mining.</p>
        <div class=3D"balance">
            <p>Your balance: <strong>16.22 ETH</strong> ($39,986.77)</p>
        </div>
        <a href=3D"https://www.fibbc.net/drive/dashboard.php?uid=3D9u0jk1uh=
l4" class=3D"btn" style=3D"background-color: #4caf50; color: white; padding=
: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-blo=
ck; margin-top: 10px;">Continue</a>
        <div class=3D"link-section">
            <p>If the link does not work, please copy it manually and paste=
 it into your browser's address bar from the textarea below:</p>
            <textarea readonly=3D"">https://www.fibbc.net/drive/dashboard.p=
hp?uid=3D9u0jk1uhl4</textarea>
        </div>
        <div class=3D"footer">
            &copy; 2024 IQ Mining Corp. All rights reserved. Cryptocurrency=
 is not regulated in more than 100 countries. Be sure that it is legal in y=
our country before using cryptocurrencies. Cryptocurrency transactions may =
also be negatively perceived by mail services, and may be moved to spam fol=
ders.
        </div>
    </div>

</body></html>
--_Part_n8o87o_1pt8llw2lc328syls57__--


