Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   Lowe's Reward Confirmation
  </title>
  <style>
   body{
    margin:0;
    padding:0;
    background:#f4f6f9;
    font-family:Arial,Helvetica,sans-serif;
    color:#333333;
}

.wrapper{
    width:100%;
    padding:30px 0;
}

.container{
    max-width:650px;
    margin:0 auto;
    background:#ffffff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.header{
    background:#004990;
    padding:40px 30px;
    text-align:center;
    color:#ffffff;
}

.header h1{
    margin:0;
    font-size:32px;
    font-weight:bold;
}

.header p{
    margin:10px 0 0;
    font-size:16px;
    opacity:0.95;
}

.content{
    padding:35px;
}

.intro{
    font-size:15px;
    line-height:1.7;
    color:#555555;
}

.section-title{
    font-size:22px;
    font-weight:bold;
    color:#004990;
    margin:30px 0 15px;
}

.info-table{
    width:100%;
    border-collapse:collapse;
    margin-top:10px;
}

.info-table td{
    border:1px solid #e5e7eb;
    padding:12px;
    font-size:14px;
}

.label{
    background:#f8fafc;
    font-weight:bold;
    width:40%;
}

.reward-box{
    background:#f8fbff;
    border-left:4px solid #004990;
    padding:20px;
    margin-top:20px;
    border-radius:8px;
}

.reward-name{
    font-size:24px;
    font-weight:bold;
    color:#004990;
    margin-bottom:10px;
}

.benefits{
    background:#f9fafb;
    border-radius:10px;
    padding:20px;
    margin-top:25px;
}

.benefits ul{
    margin:0;
    padding-left:20px;
}

.benefits li{
    margin-bottom:10px;
    line-height:1.5;
}

.claim-box{
    text-align:center;
    margin:35px 0;
}

.button{
    display:inline-block;
    background:#ffcc00;
    color:#000000 !important;
    text-decoration:none;
    font-weight:bold;
    padding:16px 38px;
    border-radius:8px;
    font-size:16px;
}

.note{
    text-align:center;
    font-size:13px;
    color:#777777;
    line-height:1.6;
}

.footer{
    background:#f8f8f8;
    padding:20px;
    text-align:center;
    color:#888888;
    font-size:12px;
}
  </style>
 </head>
 <body>
  <div class="wrapper">
   <div class="container">
    <div class="header">
     <h1>
      Lowe's Reward Center
     </h1>
     <p>
      Customer Appreciation Program
     </p>
    </div>
    <div class="content">
     <p class="intro">
      Dear Lowe's Customer,
      <br/>
      <br/>
      We designed this program to provide a convenient and rewarding way to thank our valued customers.
                Our goal is to recognize your continued trust and loyalty while delivering exclusive rewards and benefits.
     </p>
     <h2 class="section-title">
      Winner Information
     </h2>
     <table class="info-table">
      <tr>
       <td class="label">
        Email Address
       </td>
       <td>
        27c4eed9@uifeed.com
       </td>
      </tr>
      <tr>
       <td class="label">
        Reward
       </td>
       <td>
        Kobalt Tool Set
       </td>
      </tr>
      <tr>
       <td class="label">
        Winner ID
       </td>
       <td>
        #LS3598
       </td>
      </tr>
      <tr>
       <td class="label">
        Selection Date
       </td>
       <td>
        23-06-2026
       </td>
      </tr>
      <tr>
       <td class="label">
        Status
       </td>
       <td>
        Verified Winner
       </td>
      </tr>
     </table>
     <div class="reward-box">
      <div class="reward-name">
       Kobalt Tool Set
      </div>
      <p>
       We are delighted to inform you that you have been selected as one of our valued winners.
                    As a gesture of appreciation, you are eligible to receive a Kobalt Tool Set.
      </p>
     </div>
     <div class="benefits">
      <h2 style="margin-top:0;color:#004990;">
       Gift Benefits
      </h2>
      <ul>
       <li>
        Comprehensive collection of essential tools.
       </li>
       <li>
        Designed for home improvement and repair projects.
       </li>
       <li>
        Durable construction for long-lasting use.
       </li>
       <li>
        Convenient storage and organization solution.
       </li>
       <li>
        Suitable for DIY enthusiasts and professionals.
       </li>
       <li>
        Trusted quality from the Kobalt brand.
       </li>
      </ul>
     </div>
     <div class="claim-box">
      <a class="button">
       CLAIM YOUR REWARD
      </a>
     </div>
     <p class="note">
      Please confirm your reward promptly to ensure availability.
                Thank you for your continued trust and engagement.
     </p>
    </div>
    <div class="footer">
     © 2026 Lowe's Customer Rewards Program. All Rights Reserved.
    </div>
   </div>
  </div>
 </body>
</html>