[139941] in SIPB IPv6
Final Notice: Your Benefits Are About to End
daemon@ATHENA.MIT.EDU (Sam's Club Membership)
Thu Apr 30 06:30:38 2026
X-Original-To: sipbv6-mtg@pergamon.mit.edu
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="a1e4e407915cd6edfec865a9830202ba_3d767_204e1"
Date: Thu, 30 Apr 2026 12:30:14 +0200
From: "Sam's Club Membership" <MemberServices@easycup.digital>
Reply-To: "Sam's Club Rewards" <SamsClubTeam@easycup.digital>
To: <sipbv6-mtg@charon2.mit.edu>
Message-ID: <heb9hfbm8ut9dm0s-mz9ur6tr13t02t49-3d767-204e1@easycup.digital>
--a1e4e407915cd6edfec865a9830202ba_3d767_204e1
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Final Notice: Your Benefits Are About to End
Sam's Club Logo
Your membership has expired!
Dear Customer,
We noticed your membership is no longer active. But, as part of our loyalty program, you can now extend for 90 days for free when you select a Renewal Reward.
Enjoy free shipping, Sam's Cash and discounts - all available with your Sam's Club membership.
Extend and Select Reward
Reward
What's the Offer?
Renew today to instantly unlock 90 bonus days added to your annual term at no extra cost.
Plus, select a Renewal Reward (up to $1,0000 value) redeemable on your next in-club purchase.
View Rewards
http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw
My Membership
Help Center
Privacy Policy
Terms & Conditions
This email was sent to notify you of your membership expiration.
To ensure delivery to your inbox, please add notification@samsclub.com to your address book.
© 2025 Sam's Club. All Rights Reserved.
2101 SE Simple Savings Dr, Bentonville, AR 72716
Unsubscribe here
http://easycup.digital/UFQGZMNyoKNGscVupSHBFGqhIEzgtOAUtUga5b_PaaAo9cLgPg
--a1e4e407915cd6edfec865a9830202ba_3d767_204e1
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>Membership Renewal Offer</title>
<style type="text/css">* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Verdana', 'Arial', sans-serif;
background-color: #f0f0f0;
padding: 10px;
}
.email-container {
max-width: 520px;
margin: 0 auto;
background-color: #FFFFFF;
/* Sam's Club Blue Border */
border: 2px solid #004B8D;
/* Sam's Club Green Accent Top */
padding: 0;
}
.header {
text-align: center;
/* Adjusted to center for Sam's logo balance */
padding: 25px 25px 0px;
background-color: #ffffff;
}
.logo {
font-family: 'Arial Black', sans-serif;
font-size: 38px;
font-weight: bold;
margin-bottom: 5px;
width: 100%;
}
.logo img {
display: block;
margin: 0 auto;
/* Centered logo */
}
.content {
padding: 25px 30px 0px;
color: #333333;
text-align: center;
/* Centered text to match original image style */
}
.greeting {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
color: #555555;
}
.paragraph {
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px;
color: #333333;
}
.headline {
font-size: 22px;
font-weight: bold;
color: #004B8D;
margin-bottom: 15px;
}
.bold-text {
font-weight: bold;
color: #004B8D;
/* Changed to Blue */
}
.cta-link {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
/* Sam's Club CTA Blue */
background-color: #0081C6;
padding: 12px 25px;
border-radius: 50px;
/* Rounded pill button like original image */
text-transform: uppercase;
letter-spacing: 0.5px;
display: inline-block;
margin-top: 10px;
font-size: 13px;
}
.cta-link:hover {
background-color: #005a8b;
}
/* WAVE DIVIDER ADAPTED TO SAMS BLUE */
.wave-divider {
width: 100%;
height: 5px;
background: #004B8D;
/* Updated Color */
position: relative;
overflow: hidden;
}
.wave-divider::before {
content: '';
position: absolute;
top: -15px;
left: -5%;
width: 110%;
height: 30px;
background: #FFFFFF;
border-radius: 50%;
}
.wave-divider::after {
content: '';
position: absolute;
top: -12px;
left: -3%;
width: 106%;
height: 28px;
background: #004B8D;
/* Updated Color */
border-radius: 50%;
}
/* PRODUCT HIGHLIGHT SECTION */
.author-section {
background-color: #004B8D;
/* Updated Color */
padding: 25px;
display: flex;
gap: 20px;
align-items: center;
}
.author-image {
width: 160px;
height: 160px;
border-radius: 0%;
background: #004B8D;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.author-bio {
flex: 1;
color: #FFFFFF;
text-align: left;
}
.author-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
color: #a4ce4e;
/* Green Accent */
}
.bio-text {
font-size: 12px;
line-height: 1.4;
margin-bottom: 10px;
color: #e6e6e6;
}
.website {
text-decoration: none;
font-size: 11px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
color: #004B8D;
background-color: #FFFFFF;
padding: 8px 12px;
display: inline-block;
border-radius: 3px;
}
.footer {
background-color: #f4f4f4;
padding: 20px 30px;
/* Green Accent */
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 20px;
}
.footer-link {
color: #004B8D;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}
.footer-text {
font-size: 10px;
line-height: 1.4;
color: #666666;
margin-bottom: 12px;
text-align: center;
}
.company-info {
font-size: 10px;
line-height: 1.4;
color: #333333;
font-weight: bold;
text-align: center;
}
.acknowledgment {
font-size: 9px;
line-height: 1.3;
color: #666666;
margin-top: 15px;
text-align: center;
}
@media (max-width: 600px) {
body {
padding: 5px;
}
.email-container {
border-width: 1px;
border-top-width: 4px;
}
.content {
padding: 15px;
}
.author-section {
flex-direction: column;
padding: 20px 15px;
text-align: center;
}
.author-bio {
text-align: center;
}
.footer {
padding: 15px;
}
}
</style>
</head>
<body><!-- TRACKING --><img height="1" src="http://www.easycup.digital/ox57v4DoHv4A8aU0hitm5xdSLy4TARbFPWHGvW0SsZ6k73W60Q" style="display:none;" width="1" />
<div class="email-container"><!-- Header -->
<div class="header">
<div class="logo"><!-- Replaced with Sam's Club Logo --><img alt="Sam's Club Logo" src="http://easycup.digital/bd103a98e9606c6634.png" style="width: 90px;" /></div>
</div>
<!-- Main Content -->
<div class="content">
<div class="headline">Your membership has expired!</div>
<p class="greeting">Dear Customer,</p>
<p class="paragraph">We noticed your membership is no longer active. But, as part of our loyalty program, you can now <span class="bold-text">extend for 90 days for free</span> when you select a Renewal Reward.</p>
<p class="paragraph">Enjoy free shipping, Sam's Cash and discounts - all available with your Sam's Club membership.<br />
<a class="cta-link" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">Extend and Select Reward</a></p>
</div>
<!-- Wave Divider (Now Blue) -->
<div class="wave-divider"> </div>
<!-- Bottom Feature Section (Adapted from Author Section) -->
<div class="author-section">
<div class="author-image"><!-- Generic Gift/Reward Icon --><img alt="Reward" src="http://easycup.digital/2f3f5d9b2e484c721f.jpg" style="width: 100%;" /></div>
<div class="author-bio">
<div class="author-title">What's the Offer?</div>
<p class="bio-text">Renew today to instantly unlock 90 bonus days added to your annual term at no extra cost.</p>
<p class="bio-text">Plus, select a <strong>Renewal Reward</strong> (up to $1,0000 value) redeemable on your next in-club purchase.</p>
<a class="website" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">View Rewards</a></div>
</div>
<!-- Footer -->
<div class="footer">
<div class="footer-links"><a class="footer-link" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">My Membership</a> <a class="footer-link" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">Help Center</a> <a class="footer-link" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">Privacy Policy</a> <a class="footer-link" href="http://easycup.digital/Xvwhnsmh8YLm44jTad2IHa1N6jssDULppmMQgBWhvtr8j_uDFw">Terms & Conditions</a></div>
<p class="footer-text">This email was sent to notify you of your membership expiration.<br />
To ensure delivery to your inbox, please add notification@samsclub.com to your address book.</p>
<div class="company-info">© 2025 Sam's Club. All Rights Reserved.<br />
2101 SE Simple Savings Dr, Bentonville, AR 72716</div>
<p class="acknowledgment"><a href="http://easycup.digital/C_hACxC6R3CAMSV2YIGarRrkprFTaFs-B094hqxo-dPFURiFNA"><img src="http://easycup.digital/8160245bd38bc5e55c.jpg" /> </a></p>
</div>
</div>
<center><br />
<a href="http://easycup.digital/UFQGZMNyoKNGscVupSHBFGqhIEzgtOAUtUga5b_PaaAo9cLgPg" style="color:#888888;text-decoration:none;"><img src="http://easycup.digital/69c0cb576776a3a0c3.jpg" style="height: 12px; width: 100px;" /></a></center>
<a href="http://easycup.digital/UFQGZMNyoKNGscVupSHBFGqhIEzgtOAUtUga5b_PaaAo9cLgPg" style="color:#888888;text-decoration:none;"> </a></body>
</html>
--a1e4e407915cd6edfec865a9830202ba_3d767_204e1--