<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
.system-mail-container {
width: 98%;
margin: auto;
box-shadow: 0px 4px 24px 0px #ddd;
box-sizing: border-box;
border-top: 8px solid #E33B38;
}
.system-mail-signature {
font-size: 16px;
font-weight: normal;
line-height: 24px;
color: #a2a3a5;
text-align: right;
}
.system-mail-content {
font-size: 20px;
color: #3D3D3D;
font-weight: normal;
line-height: 28px;
}
.system-mail-content-h1 {
font-size: 24px;
font-weight: bold;
line-height: 36px;
margin-bottom: 16px;
}
.system-mail-content-p {
margin: 8px 0 0 0;
}
.system-mail-content-highlight {
color: #E33B38;
font-weight: bold;
}
.system-mail-content-ul,
.system-mail-content-ol {
padding-left: 20px;
margin-block-start: 8px;
margin-block-end: 8px;
}
.system-mail-content-blockquote {
margin-bottom: 8px;
padding: 8px 16px;
background: #FCE9E8;
border-radius: 6px;
}
.system-mail-content-button {
padding: 7px 24px;
border-radius: 6px;
background: #E33B38;
color: #fff;
font-weight: normal;
line-height: 22px;
text-align: center;
text-decoration: none;
margin-right: 8px;
display: inline-block;
}
.system-mail-vertical-label-table {
width: 100%;
margin: 8px 0;
border: 1px solid #F9D3D2;
}
.system-mail-vertical-label-table-tr {
display: flex;
}
.system-mail-vertical-label-table-tr:not(:last-child) {
border-bottom: 1px solid #F9D3D2;
}
.system-mail-vertical-label-table-td {
padding: 8px;
flex: 1 1 100%;
overflow-wrap: anywhere;
}
.system-mail-vertical-label-table-td:first-child {
flex: 100px 0 0;
color: #E33B38;
font-weight: 500;
border-right: 1px solid #F9D3D2;
background: #FCE9E8;
}
.system-mail-vertical-label-table-br {
height: 10px;
border-bottom: 1px solid #F9D3D2;
}
.system-mail-horizontal-label-table-wrapper {
width: 100%;
overflow-x: auto;
}
.system-mail-horizontal-label-table {
margin: 8px 0;
border-top: 1px solid #F9D3D2;
border-left: 1px solid #F9D3D2;
width: max-content;
display: grid;
grid-template-columns: 70px 200px 200px 300px 400px 100px;
}
.system-mail-horizontal-label-table-th {
color: #E33B38;
font-weight: 500;
background: #FCE9E8;
padding: 8px;
border-bottom: 1px solid #F9D3D2;
border-right: 1px solid #F9D3D2;
}
.system-mail-horizontal-label-table-td {
padding: 8px;
border-bottom: 1px solid #F9D3D2;
border-right: 1px solid #F9D3D2;
}
@media screen and (max-width: 576px) {
.system-mail-container {
padding: 48px 27px 34px 27px;
}
.system-mail-content {
font-size: 16px;
}
.system-mail-content-button {
font-size: 14px;
}
.system-mail-signature {
margin-top: 80px;
}
}
@media screen and (min-width: 576px) {
.system-mail-container {
padding: 48px 72px 46px 72px;
}
.system-mail-content-button {
font-size: 16px;
}
.system-mail-signature {
margin-top: 185px;
}
}
</style>
</head>
<body>
<div class="system-mail-container">
<div class="system-mail-content">
<h1 class="system-mail-content-h1">
退信通知
</h1>
<p class="system-mail-content-p">
很抱歉,你发送的邮件被本系统退回,相关信息如下:
</p>
<div class="system-mail-vertical-label-table">
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
邮件主题
</div>
<div class="system-mail-vertical-label-table-td">
</div>
</div>
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
时间
</div>
<div class="system-mail-vertical-label-table-td">
Tue, 24 Feb 2026 14:06:17 +0800
</div>
</div>
<div class="system-mail-vertical-label-table-br"></div>
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
收信地址
</div>
<div class="system-mail-vertical-label-table-td">
eguan@linux.alibaba.com
</div>
</div>
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
退信原因
</div>
<div class="system-mail-vertical-label-table-td">
收件方邮箱可用容量不足,或该邮件大小超过收件方系统对单封邮件的限制,导致邮件被系统退回。
</div>
</div>
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
解决方案
</div>
<div class="system-mail-vertical-label-table-td">
1.请联系收件方确认其有足够的空间;2.请联系收件方确认当前邮件大小是否超过对方对单封邮件的大小限制,如有附件可通过网页版邮箱以超大附件发送;3.请临时发送到收件方预留的备用邮箱。
</div>
</div>
<div class="system-mail-vertical-label-table-tr">
<div class="system-mail-vertical-label-table-td">
参考信息
</div>
<div class="system-mail-vertical-label-table-td">
</div>
</div>
</div>
</div>
<div class="system-mail-signature">
邮箱团队
</div>
</div>
</body>
</html>