Skip to content

Instantly share code, notes, and snippets.

@PrintNow
Last active April 7, 2025 13:45
Show Gist options
  • Save PrintNow/97316af2377bc412c6c62d71644a026b to your computer and use it in GitHub Desktop.
Save PrintNow/97316af2377bc412c6c62d71644a026b to your computer and use it in GitHub Desktop.
博客内容评论邮件回复模板
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>您的评论已收到回复</title>
</head>
<body style="margin: 0; padding: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333333; background-color: #f7f7f7;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
<tr>
<td align="center" style="padding: 20px 0;">
<table border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; background-color: #ffffff; max-width: 600px;">
<!-- 邮件头部 -->
<tr>
<td align="center" style="padding: 20px 0; border-bottom: 1px solid #eeeeee; text-align: center;">
<img src="/api/placeholder/200/60" alt="网站Logo" style="max-height: 60px; width: auto;">
<h2 style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">您的评论已收到回复</h2>
</td>
</tr>
<!-- 邮件内容 -->
<tr>
<td style="padding: 30px 20px;">
<p style="margin: 0 0 15px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">尊敬的用户,您好!</p>
<p style="margin: 0 0 15px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">您在我们网站上的评论已收到管理员回复。详情如下:</p>
<!-- 用户评论框 -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 15px 0;">
<tr>
<td style="padding: 15px; background-color: #f9f9f9; border-left: 4px solid #0078d4; border-radius: 3px;">
<p style="margin: 0 0 10px 0; font-size: 14px; color: #666666; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">您的评论 · {{评论时间}}</p>
<p style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">{{用户评论内容}}</p>
</td>
</tr>
</table>
<!-- 管理员回复框 -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 15px 0;">
<tr>
<td style="padding: 15px; background-color: #f0f7ff; border-left: 4px solid #0078d4; border-radius: 3px;">
<p style="margin: 0 0 10px 0; font-size: 14px; color: #666666; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">管理员回复 · {{回复时间}}</p>
<p style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">{{管理员回复内容}}</p>
</td>
</tr>
</table>
<!-- 按钮 -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 20px 0;">
<tr>
<td align="center">
<a href="{{查看链接}}" style="background-color: #0078d4; color: #ffffff; text-decoration: none; padding: 10px 20px; border-radius: 4px; font-weight: bold; display: inline-block; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">查看完整对话</a>
</td>
</tr>
</table>
<p style="margin: 0 0 15px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;">感谢您的参与和支持!如有任何疑问,请随时与我们联系。</p>
</td>
</tr>
<!-- 邮件底部 -->
<tr>
<td align="center" style="padding: 20px; text-align: center; font-size: 14px; color: #777777; border-top: 1px solid #eeeeee;">
<p style="margin: 0 0 10px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">此邮件为系统自动发送,请勿直接回复</p>
<p style="margin: 0 0 10px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">© {{当前年份}} {{公司名称}}. 保留所有权利。</p>
<p style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
<a href="{{隐私政策链接}}" style="color: #0078d4; text-decoration: underline;">隐私政策</a> ·
<a href="{{退订链接}}" style="color: #0078d4; text-decoration: underline;">退订通知</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
@PrintNow
Copy link
Author

PrintNow commented Apr 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment