【[sitename]】异常操作通知
尊敬的 [username] 用户,您好!
我们检测到您的账户在 [date] 发生了一次异常操作尝试。本次异常操作详情如下:
用户账号 | [username] |
操作IP | [ip] |
操作地区 | [city] |
操作时间 | [date] |
如果您没有进行过此次操作尝试,请立即更改您的密码,并联系[sitename]客服以确保账户安全。
感谢您对[sitename]的理解与支持!我们将持续努力保护您的账户安全。
<!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="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; color: #333;">
<div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 8px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);">
<div style="text-align: center; margin-bottom: 20px;">
<img src="https://payphp.oss-cn-shenzhen.aliyuncs.com/payphp.svg" alt="[sitename] Logo" style="width: 30%; height: auto;">
</div>
<h2 style="font-size: 22px; color: #ff0000; margin-bottom: 20px; font-weight: bold;">【[sitename]】异常操作通知</h2>
<p style="font-size: 16px; color: #555555; margin-bottom: 10px;">尊敬的 <strong style="color: #333;">[username]</strong> 用户,您好!</p>
<p style="font-size: 16px; color: #555555; margin-bottom: 20px;">我们检测到您的账户在 <strong>[date]</strong> 发生了一次异常操作尝试。本次异常操作详情如下:</p>
<div style="background-color: #fff0f0; padding: 15px; border-radius: 8px; margin-bottom: 20px;">
<table style="width: 100%; font-size: 15px; color: #333;">
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">用户账号</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[username]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">操作IP</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[ip]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">操作地区</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[city]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">操作时间</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[date]</strong></td>
</tr>
</table>
</div>
<a href="http://payphp.cn/" style="display: block; background-color: #0056b3; color: white; padding: 12px 0; border-radius: 4px; text-decoration: none; font-size: 16px; font-weight: bold; text-align: center; width: 100%; box-sizing: border-box; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: background 0.3s ease;">
前往商户中心
</a>
<p style="font-size: 16px; color: #ff0000;">如果您没有进行过此次操作尝试,请立即更改您的密码,并联系[sitename]客服以确保账户安全。</p>
<p style="font-size: 16px; color: #555555; margin-top: 20px;">感谢您对[sitename]的理解与支持!我们将持续努力保护您的账户安全。</p>
</div>
</body>
</html>