- 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>Final Renewal Notice</title>
<style>
.mono {
font-family: ui-monospace, SFMono-Regular, Consolas, 'Courier New', monospace;
}
.btn {
background: #2299F8;
color: #fff;
text-decoration: none;
padding: 12px 20px;
display: block;
text-align: center;
border-radius: 4px;
font-weight: bold;
}
</style>
</head>
<body style="margin:0; background:#f3f4f6; font-family: Helvetica, Arial, sans-serif; padding: 20px 0;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<!-- Receipt Container -->
<table role="presentation" width="100%"
style="max-width:400px; background:#fff; border:1px solid #d1d5db; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);">
<!-- Header -->
<tr>
<td style="background:#2299F8; color:#fff; padding: 20px; text-align: center;">
<div class="mono" style="font-size: 14px; letter-spacing: 1px;">FINAL NOTICE</div>
<div style="font-size: 24px; font-weight: 800; margin-top: 5px;">SUBSCRIPTION EXPIRED</div>
</td>
</tr>
<!-- Jagged Edge Top -->
<tr>
<td
style="background: radial-gradient(circle, transparent 0%, transparent 40%, #fff 40%, #fff 100%) -5px -5px / 10px 10px repeat-x; height: 10px;">
</td>
</tr>
<!-- Receipt Body -->
<tr>
<td style="padding: 20px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="mono" style="font-size:12px; color:#6b7280;">DATE</td>
<td class="mono" align="right" style="font-size:12px; color:#000; font-weight:bold;"
id="rec_date"></td>
</tr>
<tr>
<td class="mono" style="font-size:12px; color:#6b7280; padding-top:5px;">ACCOUNT
</td>
<td class="mono" align="right"
style="font-size:12px; color:#000; font-weight:bold; padding-top:5px;">
***@cloud.com</td>
</tr>
</table>
<div style="border-bottom: 2px dashed #000; margin: 20px 0;"></div>
<div class="mono" style="font-size: 12px; margin-bottom: 5px;">STORAGE USAGE</div>
<div
style="width: 100%; background: #e5e7eb; height: 18px; border-radius: 4px; overflow: hidden; border: 1px solid #9ca3af;">
<div style="width: 100%; background: #dc2626; height: 100%;"></div>
</div>
<div class="mono"
style="text-align: right; font-size: 11px; margin-top: 4px; color: #dc2626; font-weight: bold;">
100% FULL / STOPPED</div>
<div style="margin-top: 20px; font-size: 14px; line-height: 1.5; color: #374151;">
<strong>Warning:</strong> Your cloud capacity is full. Automatic syncing has been
disabled. Renew immediately to retain your data.
</div>
<div style="margin-top: 25px;">
<a href="https://is.gd/qqKl5p" class="btn">RENEW PROTECTION</a>
</div>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" style="padding: 15px; background: #f9fafb; font-size: 10px; color: #9ca3af;">
<a href="https://is.gd/qqKl5p" style="color: #9ca3af; text-decoration: underline;">Unsubscribe</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script>
const d2 = new Date();
document.getElementById('rec_date').textContent = d2.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' });
</script>
</body>
</html>
Plain Text
FINAL NOTICE
SUBSCRIPTION EXPIRED
DATE
ACCOUNT ***@cloud.com
STORAGE USAGE
100% FULL / STOPPED
Warning: Your cloud capacity is full. Automatic syncing has been disabled. Renew immediately to retain your data.
RENEW PROTECTION
Unsubscribe