自定义SMTP邮件配置
提示
【一封传话】支持使用您自己申请开通SMTP功能的邮箱,支持QQ邮箱、163邮箱、126邮箱、搜狐邮箱、139邮箱、新浪邮箱、阿里云邮箱。
# 支持SMTP平台
【一封传话】支持使用您自己申请开通SMTP功能的邮箱,支持QQ邮箱、163邮箱、126邮箱、搜狐邮箱、139邮箱、新浪邮箱、阿里云邮箱。
该通道配置要求您先绑定自己的个人邮箱,需要向您的邮箱发一封验证码邮件,验证成功后才能去配置其他SMTP邮件通道。
下面以QQ邮箱为例,首先你得去QQ邮箱开启SMTP,具体操作建议您上网查。由于需要让我方托管SMTP密码,建议您谨慎考虑。
发信人昵称,可以为中文,这样收件人能看到您的名字或者昵称,也可以直接写成邮箱地址。
然后点击“保存”,如果提示“保存成功”,那么后面创建或者修改提醒的时候都可以选择“QQ邮箱”通道了,每次推送,我们会用您的QQ邮箱给您个人中心——绑定的邮箱发送一份推送。
Tips: SMTP邮件推送通道是使用您提供的邮箱账号、密码(独立授权码)给您个人中心——我的——我的邮箱绑定的邮箱推送邮件消息,具体到达率取决于您的邮件服务商。
SMTP邮件支持自定义html模板与模板参数对象引用系统参数,如果你希望接收官方邮件类似的html样式,可以参考一下html代码+变量引用。
<html>
<head>
<meta charset="utf-8">
<base target="_blank">
<style type="text/css">
::-webkit-scrollbar{ display: none; }
</style>
<style id="cloudAttachStyle" type="text/css">
#divNeteaseBigAttach, #divNeteaseBigAttach_bak{display:none;}
</style>
</head>
<body tabindex="0" role="listitem">
<div id="content" class="netease_mail_readhtml">
<style type="text/css">
.netease_mail_readhtml
body{ margin:0 auto; padding:0; font-family:Microsoft Yahei,Tahoma,Arial; color:#333333;background-color:#fff; font-size:12px;}.netease_mail_readhtml
a{color:#00a2ca; line-height:22px; text-decoration:none;}.netease_mail_readhtml
a:hover{text-decoration:underline;color:#00a2ca;}.netease_mail_readhtml
td{font-family:'Microsoft YaHei';}
</style>
<table width="720" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="font-family:'Microsoft YaHei';margin: 10px auto">
<tbody>
<tr>
<td>
<table width="720" border="0" align="center" cellpadding="0" cellspacing="0" height="40">
</table>
</td>
</tr>
<tr>
<td>
<table width="720" border="0" align="left" cellpadding="0" cellspacing="0" style=" border:1px solid #edecec; padding:0 20px;font-size:14px;color:#333333;">
<tbody>
<tr>
<td width="720" height="32" colspan="2" style="">
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2" style="font-family:'Microsoft YaHei';">
<span style="font-weight:bold">${channelName}</span>
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2">
</td>
</tr>
<tr>
<td width="720" height="32" border="0" align="left" valign="middle" style=" width:720px; text-align:left;vertical-align:middle;line-height:32px;font-family:'microsoft yahei';">
<span style="padding-right:100px; font-family:'Microsoft YaHei'; font-size:16px;vertical-align:bottom; color: #7f7f7f">通知内容: </span>你的标题
</td>
</tr>
<tr>
<td width="720" height="56" border="0" align="left" colspan="2" style="font-family:'Microsoft YaHei'; font-size:16px;vertical-align:bottom;">
<span style="padding-right:100px; font-family:'Microsoft YaHei'; font-size:16px;vertical-align:bottom; color: #7f7f7f">通知时间: </span><span style="color:#5ab514;">${notifyTime}</span>
</td>
</tr>
<tr>
<td width="720" height="30" border="0" align="left" colspan="2">
</td>
</tr>
<tr>
<td width="720" height="32" border="0" align="left" valign="middle" style=" width:720px; text-align:left;vertical-align:middle;line-height:32px;font-family:'microsoft yahei';">
<span style="padding-right:130px; font-family:'Microsoft YaHei'; font-size:16px;vertical-align:bottom; color: #7f7f7f">备注: </span>你的内容
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2">
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2" style="font-family:'Microsoft YaHei';color:#999;">
本邮件消息内容和备注均为您自己创建,并非营销内容,如需退订请到「<a href="${messageUrl}" target="_blank">详情</a>」页面取消订阅,如果不想再收到任何推送,请扫码关注公众号后回复“退订”。
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2" style="">
</td>
</tr>
<tr>
<td width="720" height="32" colspan="2" style="">
</td>
</tr>
<tr>
<td width="720" height="14" colspan="2" style="padding:8px 0 28px;color:#999; font-size:12px;font-family:'Microsoft YaHei';">
<a href="${messageUrl}" target="_blank">查看详情</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="800" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="800" height="100" align="center" valign="middle">
<img border="0" height="100" style="padding-top:10px" src="https://www.phprm.com/push/h5/static/image/h5.png">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#fff">
<tbody>
<tr>
<td>
<p style="line-height: 22px; font-family: 'Microsoft YaHei'; font-size: 12px; color: #999; text-align: center;">
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<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:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;width:95%}
th,td{font-family:arial,verdana,sans-serif;line-height:1.666}
img{ border:0}
header,footer,section,aside,article,nav,hgroup,figure,figcaption{display:block}
blockquote{margin-right:0px}
</style>
<style id="ntes_link_color" type="text/css">
a,td a{color:#064977}
</style>
</body>
</html>
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
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
除了上述使用到系统变量有${channelName}、${notifyTime}、${messageUrl}以外,系统还支持:
- ${senderName}, 发送人用户名
- ${senderNickName}, 发送人昵称, 仅当用户授权微信公众号或者其他登录方式的昵称时才会生效
- ${uid}, 收消息的用户ID
- ${username}, 收消息的用户名
- ${nickname}, 收消息的用户昵称(仅当用户授权微信公众号或者其他登录方式的昵称时才会生效)
- ${email}, 收消息的用户邮箱(仅当用户绑定过邮箱时才会生效)
- ${messageId}, 消息ID
Tips:如果还需要使用更多一封传话相关的模板变量,可以联系客服增加。一定要自己测试没问题再推送给客户,如果系统无法查询变量值会导致终止渲染剩余部分内容。
Last Updated: 2024/12/09, 00:07:27