0%

邮件模板

邮件模板一

代码

1
2
<div style="color:#555;font:12px/1.5 微软雅黑,Tahoma,Helvetica,Arial,sans-serif;width:650px;margin:50px auto;border-top: none;box-shadow:0 0px 3px #aaaaaa;" ><table border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top" height="2"><td valign="top"><div style="background-color:white;border-top:2px solid #12ADDB;line-padding:0 15px 12px;width:650px;color:#555555;font-family:微软雅黑, Arial;;font-size:12px;"><h2 style="border-bottom:1px solid #DDD;font-size:14px;font-weight:normal;padding:8px 0 10px 8px;"><span style="color: #12ADDB;font-weight: bold;">&gt; </span>您在 <a style="text-decoration:none; color:#58B5F5;font-weight:600;" target="_blank" href="#">这里填写网站名称</a> 网站上的留言有回复啦!</h2><div style="padding:0 12px 0 12px;margin-top:18px"><p>您好, 用户! 您发表在文章 <a style="text-decoration:none;" target="_blank" href="#">《#####》</a> 的评论:</p><p style="background-color: #EEE;border: 1px solid #DDD;padding: 20px;margin: 15px 0;">这是评论内容
</p><p>网站管理员 给您的回复如下:</p><p style="background-color: #EEE;border: 1px solid #DDD;padding: 20px;margin: 15px 0;">这里是评论回复内容</p><p>您可以点击 <a style="text-decoration:none; color:#5692BC" target="_blank" href="#">这里查看回复的完整內容</a>,也欢迎再次光临 <a style="text-decoration:none; color:#5692BC" target="_blank" href="#">####</a>。祝您天天开心,欢迎下次访问 <a style="text-decoration:none; color:#5692BC" target="_blank" href="#">#####</a>!谢谢。</p><p style="float:right;">(此邮件由系统自动发出, 请勿回复)</p></div></div></td></tr></tbody></table><div style="color:#fff;background-color: #12ADDB;text-align : center;height:35px;padding-top:15px">Copyright &copy; 2018</div></div>

示例图片

邮件模板二

代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div style="background-color:#ECECEC; padding: 35px;">
<table cellpadding="0" align="center" style="width: 600px; margin: 0px auto; text-align: left; position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; font-size: 14px; font-family:微软雅黑, 黑体; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0px 0px 5px; border-collapse: collapse; background-position: initial initial; background-repeat: initial initial;background:#fff;">
<tbody>
<tr>
<th valign="middle" style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C46200; background-color: #FEA138; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;">
<font face="微软雅黑" size="5" style="color: rgb(255, 255, 255); ">HoApi (激活邮件)</font>
</th>
</tr>
<tr>
<td>
<div style="padding:25px 35px 40px; background-color:#fff;">
<h2 style="margin: 5px 0px; "><font color="#333333" style="line-height: 20px; "><font style="line-height: 22px; " size="4">亲爱的用户:</font></font></h2>
<p style="margin-left: 10px">首先感谢您使用HoApi!<br/>
为了您正常使用某些功能,我们需要对您的邮件进行验证。<br/>
请点击下面的链接来激活邮件<br/>
<a href="#">#</a>
</p>
<p align="right">HoApi 官方团队</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>

示例图片

邮件模板三

代码

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<style type="text/css">*{
padding: 0px;
margin: 0px;
}
table{
margin: 0 auto;
}
body {
margin: 0;
padding: 0;
font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 14px;
text-align: center;
}

.rongEmail .tdWrap {
padding:0 25px 0 25px;
background: #f5f5f5;
}

.rongEmail .topTable tr:first-child td {
line-height: 27px;
padding-bottom: 20px;
padding-top: 20px;

}
.rongEmail .topTable tr:first-child td:nth-child(2) {
text-align: right;
}
.rongEmail .topTable .rong_logo img{
display:block;
margin:0;
width: 93px;
height: 27px;
}
.rongEmail .topTable .rong_logo_txt{
/* float: right;
margin-top: -22px;*/
text-align: right;
color: #989999;
}
.rongEmail .table_con {
border: 1px solid #abdeff;
position: relative;
background: #fff;
font-size: 14px;
}
.rongEmail .table_con .emCon {
margin:60px 60px 50px 80px;
}
.rongEmail .table_con .email_icon {
position: absolute;
right: 20px;
top: 20px;
}
.rongEmail .table_con .email_icons {
display: inline-block;
background: url(http://7i7gc6.com1.z0.glb.clouddn.com/email_icons.png) 0 -166px/105px auto no-repeat;
width: 105px;
height: 60px;
}
.rongEmail .table_con .email_icons.notice {
background-position: 0 0;
}
.rongEmail .table_con .email_icons.active {
background-position: 0 -83px;
}
.rongEmail .table_con .email_icons.remind {
background-position: 15px -247px;
}
.rongEmail .table_con .email_icons.urgent {
background-position: 15px -330px;
height: 64px;
}
.rongEmail .table_con .email_icons.update {
background-position: 22px -415px;
}
.rongEmail .table_con .table_con_tit {
border-bottom: 2px solid #eeeeee;
margin-right: 30px;
}
.rongEmail .table_con .table_con_tit p {
color: #444343;
font-size: 16px;
margin: 0
}
.rongEmail .table_con.type2 .table_con_tit p{
color: #747474;
}
.rongEmail .table_con .table_con_tit p:nth-of-type(2) {
color: #8ccb45;
margin: 5px 0 13px;
}
.rongEmail .table_con .table_con_inner {
margin-top: 30px;
color: #757575;
}
.rongEmail .table_con .update_con p {
color: #757575;
font-size: 14px;
}
.rongEmail .table_con .update_con h5 {
color: #333333;
font-size: 14px;
}
.rongEmail .tbl_desc {
width: 500px;
color: #888;
}

.rongEmail .tbl_desc p {
margin: 0;
padding: 0;
line-height: 26px;
font-size: 14px;
}

.rongEmail .td_right {
text-align: center;
padding: 0 5px;
color: #888;
}

.rongEmail .td_right p {
margin: 5px;
text-align: center;
font-size: 14px;
}
.table_con:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background:url(http://7i7gc6.com1.z0.glb.clouddn.com/bg.png) 0 0/50px auto repeat-x
}
.table_con:after{
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background:url(http://7i7gc6.com1.z0.glb.clouddn.com/bg.png) 0 0/50px auto repeat-x
}
/*.edgeTop{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
}
.edgeTop.edgeBottom{
top: auto;
bottom: 0;
}
.edgeTop > div{
display: inline-block;
color: #fff;
padding: 0 5px;
position: relative;
height: 4px;
line-height: 4px;
margin-left: 10px;
background: #feb6b2;
float: left;
}
.edgeTop > div:before,.edgeTop > div:after{
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
border-style: solid;
border-width: 2px 1px;
top: 0;
}
.edgeTop > div:before {
left:-2px;
border-color: transparent #feb6b2 #feb6b2 transparent;
}
.edgeTop > div:after {
right:-2px;
border-color: #feb6b2 transparent transparent #feb6b2;
}
.edge > div:nth-child(2n+1){
background: #a8dcff;
}
.edge > div:nth-child(2n+1):before{
border-color: transparent #a8dcff #a8dcff transparent;
}
.edge > div:nth-child(2n+1):after{
border-color: #a8dcff transparent transparent #a8dcff;
}*/
.table_con a{
max-width: 500px;
display: block;
word-wrap: break-word;
color: #0099ff;
}
.rongEmail .botTable{
margin-top: 40px;
margin-bottom: 30px;
}
.rongEmail .botTable td:first-child table{
margin-left: 80px;
}
.rongEmail .botTable table .s1{
color: #0099ff;
font-size: 14px;
}
.rongEmail .botTable table .p2 a{
text-decoration: underline;
color: #297fb9;
}
.rongEmail .botTable table .contact{
margin-bottom: 24px;
margin-top: 10px;
}
.rongEmail .botTable table .contact p span{
color: #297fb9;
text-decoration: underline;
}
.rongEmail td{
text-align: left;
}
</style>
<table border="0" cellpadding="0" cellspacing="0" class="rongEmail" width="100%">
<tbody>
<tr>
<td align="center" class="tdWrap">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="topTable" style="margin: 0 auto;" width="700">
<tbody>
<tr>
<td align="left">
<div class="rong_logo"><img alt="RongCloud" border="0" src="http://7i7gc6.com1.z0.glb.clouddn.com/logo.png" style="display: block;width: 93px;height:27px;margin-left: 50px;" /></div>
</td>
<td align="right"><span class="rong_logo_txt" style="font-size:14px">即时通讯云就是融云</span></td>
</tr>
<tr align="left">
<td colspan="2">
<div class="table_con type2">
<div class="edge edgeTop">&nbsp;</div>

<div class="emCon">
<div class="email_icon">
<div class="email_icons active">&nbsp;</div>
</div>

<div class="table_con_tit"><!-- <p>尊敬的客户,您好:</p> -->
<p>Hi,逗比Group</p>

<p></p>
</div>

<div class="table_con_inner"><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC">一年一度的双&nbsp;11&nbsp;电商大战已经结束啦,虽然各种网店的优惠券、红包、门店消费券、免息券满天飞,但纷繁的规则已经把人绕晕,到最后也没能抢到心仪的商品。</span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC">融云的优惠活动就简单高效的多了,我们准备了&nbsp;9.0&nbsp;折和&nbsp;9.5&nbsp;折的优惠券。直接抵钱,你来就送!</span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC"><br/></span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC">9.5&nbsp;折券领取方式:</span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC">扫描右下方二维码或微信搜索关注融云官方服务号“融云即时通讯云”,后台直接回复“95&nbsp;折券”即可领取;</span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC"><br/></span></p><p style="color: rgb(51, 51, 51);font-family: &#39;Lucida Grande&#39;, 微软雅黑;line-height: 21px;white-space: normal;background-color: rgb(255, 255, 255)"><span style="font-family:PingFang SC">9.0&nbsp;折券领取方式:</span></p><p style="color: rgb(51, 51, 51); font-family: &quot;Lucida Grande&quot;, 微软雅黑; white-space: normal; background-color: rgb(255, 255, 255); font-size: 13px; line-height: 1.5; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: &quot;PingFang SC&quot;; font-size: 14px;">关注服务号“融云即时通讯云”后,查看最新推送内容,参与互动即可领取。</span><br/></p><br/><a href='#' target='_blank'>邮件退订</a></div>
</div>

<div class="edge edgeTop edgeBottom">&nbsp;</div>
</div>
</td>
</tr>
</tbody>
</table>

<table align="center" border="0" cellpadding="0" cellspacing="0" class="botTable" style="margin: 40px auto 30px;" width="700">
<tbody>
<tr align="left">
<td class="tbl_desc">
<table border="0" cellpadding="0" cellspacing="0" width="420">
<tbody>
<tr>
<td>
<div>
<p><span class="s1" style="color: #297fb9;">融云 &middot; 不丢消息的即时通讯云服务</span></p>

<p class="p2">官网:<a href="http://www.rongcloud.cn" style="color: #09f;" target="_blank">www.rongcloud.cn</a></p>
</div>

<div class="contact">
<p>如有任何疑问,请联系我们 <span style="color: #09f;"> support@rongcloud.cn</span></p>

<p>或致电 400 - 919 - 9066</p>
</div>
</td>
</tr>
</tbody>
</table>
</td>
<td class="td_right">
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img alt="二维码" src="http://rongcloud-res.cn.ronghub.com/4a090d877681b0c7a59af042cd58173e" width="100" />
<p>关注融云微信</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

示例图片