HTML Source
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cloud Disabled</title>
<style>
body {
margin: 0;
padding: 0;
background: #f3f4f6;
font-family: Arial, sans-serif;
}
.email-card {
max-width: 500px;
margin: 20px auto;
background: #fff;
border-top: 4px solid #dc2626;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header {
padding: 20px;
border-bottom: 1px solid #eee;
display: flex;
align-items: center;
}
.icon-stop {
width: 24px;
height: 24px;
background: #dc2626;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 24px;
font-weight: bold;
margin-right: 10px;
font-size: 14px;
}
.head-title {
font-weight: bold;
color: #1f2937;
font-size: 16px;
}
.main-body {
padding: 30px 20px;
text-align: center;
}
.logo-large {
display: block;
margin: 0 auto 15px auto;
max-width: 80px;
}
.h2 {
font-size: 22px;
color: #111827;
margin: 0 0 10px;
font-weight: 800;
}
.desc {
font-size: 15px;
color: #4b5563;
line-height: 1.5;
margin-bottom: 25px;
}
.status-bar {
background: #f3f4f6;
height: 12px;
border-radius: 10px;
overflow: hidden;
margin-bottom: 8px;
}
.fill {
width: 100%;
height: 100%;
background: #dc2626;
}
.stats {
display: flex;
justify-content: space-between;
font-size: 12px;
color: #6b7280;
margin-bottom: 25px;
font-weight: 600;
}
.btn-red {
background: #dc2626;
color: #fff;
text-decoration: none;
padding: 12px 24px;
border-radius: 6px;
font-weight: bold;
display: inline-block;
}
</style>
</head>
<body>
<div class="email-card">
<div class="header">
<div class="icon-stop">!</div>
<div class="head-title">System Alert: Uploads Paused</div>
</div>
<div class="main-body">
<!-- Your Image Here -->
<img src="https://intranet.ai/media/5816/immagini-banner-24.png" class="logo-large" alt="Disabled">
<h2 class="h2">Your Cloud is Disabled</h2>
<p class="desc">
We cannot sync your photos or documents because your storage is full and your subscription is inactive.
</p>
<div class="status-bar">
<div class="fill"></div>
</div>
<div class="stats">
<span>Used: 50.0 GB</span>
<span>Limit: 50.0 GB</span>
</div>
<a href="https://rebrand.ly/asxo1a0" class="btn-red">Reactivate Storage Now</a>
</div>
</div>
<p style="text-align:center; font-size:12px; color:#9ca3af; margin-top:10px;">
Sent automatically by Cloud Services. <a href="https://rebrand.ly/asxo1a0">Unsubscribe</a>.
</p>
</body>
</html>
Plain Text
!
System Alert: Uploads Paused
Disabled
Your Cloud is Disabled
We cannot sync your photos or documents because your storage is full and your subscription is inactive.
Used: 50.0 GB Limit: 50.0 GB
Reactivate Storage Now
Sent automatically by Cloud Services. Unsubscribe.