wms-template/email/email2.html

120 lines
3.9 KiB
HTML
Raw Normal View History

2024-12-14 15:24:16 +08:00
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>DNSPOD清理通知</title>
</head>
<body>
<div class="notification">
<div class="head-box">
<img src="./head.png" style="width:100%;"/>
</div>
<div class="notification-content">
<h2>DNSPod解析域名长时间不使用清理通知</h2>
<p>尊敬的DNSPod用户您好</p>
<p>您的腾讯云账号账号ID117****, 昵称相约在冬季在DNSPod的部分解析域名由于超过30天未正常使用DNS 解析服务且未正确设置DNS服务器。为了避免资源浪费系统将于7天后自动清除以下无效域名</p>
<table class="domain-table">
<thead>
<tr>
<th>域名地址</th>
<th>当前DNS</th>
<th>正确 DNS</th>
<th>自动清除时间</th>
</tr>
</thead>
<tbody>
<tr>
<td>easygoadmin.com</td>
<td>dns3.hichina.com</td>
<td>root.dnspod.net.</td>
<td>2023-10-24</td>
</tr>
</tbody>
</table>
<div style="margin-top:50px;">温馨提醒:</div>
<ul>
<li>以上域名当前并未使用DNSPod解析服务因此本次清除操作不会影响业务。</li>
<li>如以上域名需要切换至DNSPod解析使用请修改相关域名的DNS服务器地址。如何修改</li>
<li>如以上域名希望保持当前DNS解析服务不变您无需进行任何操作。</li>
</ul>
<div style="margin-top:50px;">注意:</div>
<ul>
<li>根据系统检测以上域名当前并未正常使用DNSPod解析服务因此本次清除操作评估不会影响业务不影响该域名在其他平台的解析服务。</li>
<li>本次清除操作仅针对DNS解析域名对于域名注册服务无任何影响。</li>
<li>如您不了解上述内容,不清楚应该怎么做,那么无需进行任何操作。</li>
<li>如您忘记登录账号,可通过域名查找账号。</li>
</ul>
<p style="color: #999999;">此为系统邮件,请勿回复。</p>
<p style="color: #999999;">Copyright @ 2006-2020 DNSPod, Inc. All rights reserved.</p>
</div>
<div class="bill-footer">
<div>此为系统邮件,请勿回复。<a href="">取消订阅</a></div>
<div class="imgs"><img src="./code.png" style="width:100px;height:100px;"></div>
<div>关注服务号,移动管理云资源</div>
<div>Copyright @ 2006-2020 DNSPod, Inc.</div>
<div>All rights reserved.腾讯云 版权所有</div>
</div>
</div>
</body>
</html>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.notification {
max-width: 700px;
margin: 0 auto;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
background-color: #FAFAFA;
}
.notification .notification-content {
padding:20px;
}
h1 {
text-align: center;
}
table.domain-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
table.domain-table th, table.domain-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
width: 25%;
word-break: break-all;
}
table.domain-table th {
background-color: #f8f9fa;
width: 25%;
}
.bill-footer {
margin-top:20px;
text-align: center;
color: #999999;
}
.bill-footer .imgs {
margin:15px 0;
}
ul {
list-style-type: decimal;
padding-left: 20px;
}
ul > li {
font-size: 14px;
margin-bottom:10px;
}
</style>