- HTML Content
- HTML Source
- Plain Text
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Urgent Notification</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: 'Verdana', sans-serif;
color: #333;
}
.email-container {
max-width: 600px;
margin: 20px auto;
border: 1px solid #ddd;
}
/* Top Branding */
.brand-header {
background: #333;
color: white;
padding: 15px 20px;
font-size: 14px;
font-weight: bold;
display: flex;
justify-content: space-between;
}
.date {
font-weight: normal;
opacity: 0.7;
}
/* Main Urgency Stripe */
.content-wrapper {
display: flex;
}
.content {
padding: 30px;
flex-grow: 1;
}
/* Typography */
h1 {
font-size: 22px;
margin-top: 0;
color: #c60000;
text-transform: uppercase;
letter-spacing: -0.5px;
}
.lead {
font-size: 16px;
margin-bottom: 20px;
line-height: 1.4;
}
/* Details Box */
.details-box {
background: #f2f2f2;
padding: 15px;
margin-bottom: 25px;
border-left: 2px solid #999;
}
.detail-item {
margin-bottom: 8px;
font-size: 13px;
}
.detail-item strong {
width: 140px;
display: inline-block;
}
/* Promo Box */
.promo-block {
border: 2px dashed #c60000;
padding: 15px;
text-align: center;
margin-bottom: 25px;
}
.promo-text {
display: block;
font-weight: bold;
margin-bottom: 5px;
color: #c60000;
}
.promo-code {
font-family: 'Courier New', monospace;
font-size: 18px;
color: #333;
background: #eee;
padding: 2px 8px;
}
/* Button */
.btn-renew {
display: block;
width: 100%;
background-color: #c60000;
color: #ffffff;
text-decoration: none;
padding: 15px 0;
text-align: center;
font-weight: bold;
font-size: 16px;
border-radius: 3px;
}
/* Footer */
.footer {
background: #f9f9f9;
padding: 20px;
text-align: center;
font-size: 11px;
color: #999;
border-top: 1px solid #eee;
}
.footer p {
margin: 5px 0;
}
.footer a {
color: #777;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="email-container">
<div class="brand-header">
<span>SECURITY CENTER</span>
<span class="date">Jan 20, 2026</span>
</div>
<div class="content-wrapper">
<div class="urgency-stripe"></div>
<div class="content">
<h1>Payment Authorization Failed</h1>
<p class="lead">We were unable to process your renewal payment. Your device protection has expired.</p>
<div class="details-box">
<div class="detail-item"><strong>Status:</strong> <span style="color:#c60000">Unprotected</span>
</div>
<div class="detail-item"><strong>Risk Level:</strong> 96%</div>
<div class="detail-item"><strong>Threats:</strong> 251 Potential</div>
<div class="detail-item"><strong>Reason:</strong> Card Declined / Insufficient Funds</div>
</div>
<div class="promo-block">
<span class="promo-text">RETENTION OFFER: 80% OFF</span>
<span class="promo-code">CODE: 8A5B4-RV6N-Q8TL</span>
</div>
<a href="https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-1.......HTM" class="btn-renew">REACTIVATE ACCOUNT</a>
</div>
</div>
<div class="footer">
<p>This message was sent to notify you of a critical service interruption.</p>
<p>
Secured by Global Protect. <br>
<a href="https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-1.......HTM">Privacy Policy</a> | <a href="https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-2.......HTM">Unsubscribe</a>
</p>
</div>
</div>
</body>
</html>
Plain Text
SECURITY CENTER Jan 20, 2026
PAYMENT AUTHORIZATION FAILED
We were unable to process your renewal payment. Your device protection has
expired.
Status: Unprotected
Risk Level: 96%
Threats: 251 Potential
Reason: Card Declined / Insufficient Funds
RETENTION OFFER: 80% OFF CODE: 8A5B4-RV6N-Q8TL
REACTIVATE ACCOUNT
[https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-1.......HTM]
This message was sent to notify you of a critical service interruption.
Secured by Global Protect.
Privacy Policy
[https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-1.......HTM]
| Unsubscribe
[https://storage.googleapis.com/ss3-st/GL/McAfeeNotifications(No-Reply)-2.......HTM]