ruturnSuccessEmail.vm
1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>退款退货成功邮件</title>
<base target="_blank"/>
<style id="blockquoteStyle" type="text/css">blockquote {
display: none;
}</style>
<style type="text/css">
body {
font-size: 14px;
font-family: arial, verdana, sans-serif;
line-height: 1.666;
padding: 0;
margin: 0;
overflow: auto;
white-space: normal;
word-wrap: break-word;
min-height: 100px
}
td, input, button, select, body {
font-family: Helvetica, 'Microsoft Yahei', verdana
}
<!--pre {-->
<!--white-space: pre-wrap;-->
<!--white-space: -moz-pre-wrap;-->
<!--white-space: -o-pre-wrap;-->
<!--word-wrap: break-word-->
<!--}-->
th, td {
font-family: arial, verdana, sans-serif;
line-height: 1.666
}
img {
border: 0
}
header, footer, section, aside, article, nav, figure, figcaption {
display: block
}
</style>
<style id="ntes_link_color" type="text/css">a, td a {
color: #1D6CA3
}</style>
</head>
<body>
<pre>
尊敬的$toName:
您好
您审核的退款/退货单,单号:<a href=$returnFinance/ecommerce/return/search_return.htm>$returnNumber</a>,财务已经退款处理完毕。
您可以点击单号链接,查看具体单据信息。
系统管理员
$date
</pre>
</body>
</html>