File: D:/hMailServer/Data/expressmusic.co.uk/hello/C1/{C171D894-48CF-43D0-B21B-69BDBF9746C2}.eml
Return-Path: support@jechange.fr
Delivered-To: coventry@expressmusic.co.uk
Received: from mail.ontheworldweb.com (mail.ontheworldweb.com [88.98.246.98])
by mail.itpartnership.com with ESMTPS
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256)
; Tue, 9 Jun 2026 17:16:23 +0100
Received: from jechange.fr (47.76.106.34.bc.googleusercontent.com [34.106.76.47])
by mail.ontheworldweb.com with ESMTP
; Tue, 9 Jun 2026 17:16:23 +0100
From: Claim Now <support@jechange.fr>
To: coventry@expressmusic.co.uk
Subject: BT's algorithm saw your slow speeds. Here's the fix.
Message-ID: <31caec6405144a579d7baefa98ad0414@jechange.fr>
Date: Tue, 09 Jun 2026 16:16:20 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BT Home WiFi Survey</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Verdana', 'Arial', sans-serif;
background-color: #e9ecef;
padding: 20px 10px;
}
.email-container {
max-width: 550px;
margin: 0 auto;
background-color: #FFFFFF;
border-top: 6px solid #5520b1; /* BT Purple */
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.header {
text-align: center;
padding: 30px 25px 15px;
background-color: #ffffff;
}
.logo img {
display: inline-block;
margin: 0;
width: 70px;
}
.header-tag {
font-size: 11px;
color: #5520b1;
font-weight: 800;
margin-top: 15px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
/* HERO Product Highlight Section */
.product-section {
background-color: #311068; /* Deep Premium BT Purple */
padding: 40px 20px;
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
text-align: center;
}
.product-link-wrapper {
display: block;
text-decoration: none;
flex-shrink: 0;
transition: transform 0.3s ease;
width: 100%;
max-width: 260px;
}
.product-link-wrapper:hover {
transform: scale(1.04);
}
.product-image {
width: 100%;
aspect-ratio: 1 / 1;
border-radius: 20px;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border: 4px solid #e60050; /* BT Pink accent */
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
overflow: hidden;
margin: 0 auto;
}
.product-image img {
width: 75%;
height: auto;
}
.product-info {
flex: 1;
color: #FFFFFF;
max-width: 400px;
}
.product-title {
font-size: 26px;
font-weight: 800;
margin-bottom: 5px;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 0.5px;
}
.product-subtitle {
color: #e60050;
font-weight: 800;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.product-text {
font-size: 15px;
line-height: 1.6;
color: #d8cbf2;
margin-top: 15px;
}
/* High-Converting Pink CTA */
.cta-btn-pink {
color: #ffffff;
font-weight: 800;
text-decoration: none;
background-color: #e60050; /* BT Pink */
padding: 16px 35px;
border-radius: 6px;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
font-size: 16px;
margin-top: 15px;
width: 100%;
max-width: 300px;
box-shadow: 0 6px 15px rgba(230, 0, 80, 0.3);
transition: all 0.3s ease;
animation: pulse 2s infinite;
}
.cta-btn-pink:hover {
background-color: #cc0047;
transform: translateY(-2px);
box-shadow: 0 8px 18px rgba(230, 0, 80, 0.4);
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.03); }
100% { transform: scale(1); }
}
/* Main Content */
.content {
padding: 35px 40px 30px;
color: #333333;
text-align: center;
}
.paragraph {
font-size: 15px;
line-height: 1.6;
margin-bottom: 20px;
color: #444444;
text-align: left;
}
.bold-text {
font-weight: 800;
color: #5520b1;
}
/* Scarcity Alert Box */
.urgency-box {
background-color: #f8f6fb;
border-left: 4px solid #e60050;
padding: 18px;
margin-bottom: 25px;
text-align: left;
border-radius: 0 4px 4px 0;
}
.urgency-box p {
margin: 0;
font-size: 14px;
color: #333;
line-height: 1.5;
}
/* Features Grid */
.features {
background: #ffffff;
padding: 0 40px 35px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px 20px;
text-align: left;
}
.feature-row {
display: flex;
align-items: center;
gap: 12px;
}
.feature-mark {
width: 24px;
height: 24px;
background: #f8f6fb;
color: #5520b1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-shrink: 0;
border: 1px solid #5520b1;
}
.feature-txt {
font-size: 13px;
font-weight: 700;
color: #444444;
}
/* Secondary CTA */
.secondary-cta {
color: #5520b1;
font-weight: 800;
text-decoration: none;
font-size: 15px;
border: 2px solid #5520b1;
padding: 12px 25px;
border-radius: 5px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s;
}
.secondary-cta:hover {
background-color: #5520b1;
color: #ffffff;
}
/* Footer */
.footer {
background-color: #f8f9fa;
padding: 30px 40px;
text-align: center;
border-top: 1px solid #eeeeee;
}
.footer-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 20px;
}
.footer-link {
color: #5520b1;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}
.footer-link:hover {
text-decoration: underline;
}
.footer-text, .company-info, .acknowledgment {
font-size: 11px;
line-height: 1.5;
color: #666666;
margin-bottom: 12px;
}
.company-info {
font-weight: bold;
color: #333333;
}
.acknowledgment a {
color: #666666;
text-decoration: underline;
}
/* Mobile Responsiveness */
@media (max-width: 600px) {
.content, .footer {
padding: 25px 20px;
}
.features {
padding: 0 20px 30px;
grid-template-columns: 1fr;
}
.product-title {
font-size: 22px;
}
}
</style>
</head>
<body>
<div class="email-container">
<!-- Header -->
<div class="header">
<div class="logo">
<img src="https://i.8upload.com/image/17611ae384364ada/logo-2.webp" alt="BT Logo">
</div>
<p class="header-tag">Customer Feedback Initiative</p>
</div>
<!-- HERO Product Highlight Section -->
<div class="product-section">
<div class="product-info" style="margin-bottom: 5px;">
<div class="product-title">BT WiFi Booster</div>
<p class="product-subtitle">Your 60% Discount is Ready</p>
</div>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="product-link-wrapper">
<div class="product-image">
<img src="https://i.8upload.com/image/cfb198a5fc4e6c31/chjvzhvjdc1pbwctyxdhcmqtc2vjdglvbi0xlnbuzw-h-293.webp" alt="BT WiFi Booster">
</div>
</a>
<div class="product-info">
<p class="product-text">
• Eliminate WiFi dead zones instantly.<br>
• Seamless signal extension for all rooms.<br>
• Exclusive reward for BT customers.
</p>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="cta-btn-pink">Claim 60% Off Now</a>
</div>
</div>
<!-- Main Content -->
<div class="content">
<p class="paragraph">
BT has reserved a <span class="bold-text">60% discount</span> on the BT WiFi Booster for you. Complete a quick 8-question survey about your home broadband experience, and the discount will be applied automatically at checkout.
</p>
<div class="urgency-box">
<p>
⏳ <strong>Priority Notice:</strong> The number of discount codes is limited and they're going fast. This offer isn't listed anywhere publicly. The discount is <span class="bold-text">guaranteed for everyone</span> who finishes before codes run out.
</p>
</div>
<p class="paragraph" style="text-align: center; font-size: 14px; margin-bottom: 25px;">
No code to enter, no extra steps required.
</p>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="secondary-cta">Start Survey To Unlock »</a>
</div>
<!-- Features Grid -->
<div class="features">
<div class="feature-row">
<div class="feature-mark">
<svg width="12" height="10" viewBox="0 0 10 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 4l3 3 5-5" /></svg>
</div>
<span class="feature-txt">Eliminate Dead Zones</span>
</div>
<div class="feature-row">
<div class="feature-mark">
<svg width="12" height="10" viewBox="0 0 10 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 4l3 3 5-5" /></svg>
</div>
<span class="feature-txt">Seamless Extension</span>
</div>
<div class="feature-row">
<div class="feature-mark">
<svg width="12" height="10" viewBox="0 0 10 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 4l3 3 5-5" /></svg>
</div>
<span class="feature-txt">Plug & Play Setup</span>
</div>
<div class="feature-row">
<div class="feature-mark">
<svg width="12" height="10" viewBox="0 0 10 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 4l3 3 5-5" /></svg>
</div>
<span class="feature-txt">Official BT Reward</span>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="footer-links">
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="footer-link">Privacy Policy</a>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="footer-link">Terms of Use</a>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="footer-link">Help Center</a>
<a href="https://storage.googleapis.com/ukboosterwifijm/ls" class="footer-link">My Account</a>
</div>
<p class="footer-text">
Participation is voluntary. Limit one discount per person/user. Offer valid while supplies last.
</p>
<div class="company-info">
© 2026 British Telecommunications plc. All rights reserved.
</div>
<p class="acknowledgment">
<a href="https://storage.googleapis.com/btboostukunsb/ls">Unsubscribe here</a>
•
<a href="https://storage.googleapis.com/ukboosterwifijm/ls">Manage Preferences</a>
</p>
</div>
</div>
</body>
</html>