You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
378 B
22 lines
378 B
2 years ago
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<style>
|
||
|
p{
|
||
|
font-size:14px;color:#000000;
|
||
|
margin:5px 0;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>${name},您好!</p>
|
||
|
<p>您有重要的消息</p>
|
||
|
<br/>
|
||
|
<p>${message}</p>
|
||
|
<br/>
|
||
|
<br/><br/>
|
||
|
<p>本邮件是系统自动发送的,请勿直接回复!感谢您的访问,祝您使用愉快!</p>
|
||
|
<br/>
|
||
|
</body>
|
||
|
</html>
|