Inboxes

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>
   State Farm Email
  </title>
  <style>
   body {
font-family: Arial, sans-serif;
background-color: #f3f3f3;
margin: 0;
padding: 0;
text-align: center;
}

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

.email-header {
background-color: #d62311;
padding: 20px 0;
color: white;
font-size: 24px;
font-weight: bold;
border-radius: 8px 8px 0 0;
}

.email-info {
font-size: 14px;
color: gray;
margin-top: 15px;
}

.email-body {
padding: 20px 10px;
}

h2 {
font-size: 22px;
color: #000000;
margin: 15px 0;
}

.highlight {
color: #d62311;
font-weight: bold;
}

.claim-button {
background-color: #d62311;
color: #ffffff;
border: none;
padding: 12px 40px;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
margin-top: 20px;
display: inline-block;
text-decoration: none;
}

.claim-button:hover {
background-color: #333333;
}

.gift-box {
font-size: 60px;
line-height: 1;
margin: 20px 0 10px;
}

.footer {
font-size: 12px;
color: #aaa;
margin-top: 30px;
}
  </style>
 </head>
 <body>
  <div class="email-container">
   <div class="email-header">
    STATE FARM
   </div>
   <p class="email-info">
    Important information about your Emergency Food Supply on order
   </p>
   <div class="email-body">
    <div class="gift-box">
     🎁
    </div>
    <h2>
     Your Emergency Food Supply Awaits!
    </h2>
    <p>
     Dear StateFarm customer,
    </p>
    <p>
     We are delighted to inform you that you have been selected as one of our valued winners! As a gesture of our appreciation, we are pleased to award you an
     <span class="highlight">
      Emergency Food Supply
     </span>
     .
    </p>
    <p>
     Thank you for your continued trust and engagement.
    </p>
    <a class="claim-button">
     CLAIM YOUR REWARD
    </a>
   </div>
   <div class="footer">
    © 2025 State Farm Insurance. All rights reserved.
   </div>
  </div>
  <font size="0.5">
   If you would prefer not receiving our emails, please
   <a style="text-decoration:none;" target="_blank">
    <font color="blue" size="0.5">
     click here
    </font>
   </a>
  </font>
  .
  <br/>
 </body>
</html>