Email.php
8.18 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
<?php
/**
*
* @author tongdesheng
*
*/
class YHMConfig_Email {
/**
* 用于生成email验证码用
* @var string
*/
const secret_key = '9646yhm';
/**
* smtp服务器参数
* @var array
*/
public static $smtpParams = array(
'host' => 'smtp.easeye.com.cn',
'port' => 27, //触发模式
'auth' => true, //需要认证
'username' => 'ziyang.liu@yoho.cn', //给触发模式发送分配的专用账号,与群发账户分开
'password' => '123456',
'from' => 'member@trigger.yohobuy.com',
'fromname' => '友和市集'
);
/**
* 模板数据
* @var unknown
*/
public static $tplData = array(
//email注册验证
'emailBind' => array(
'smtp' => 'smtpParams',
'title' => '友和市集邮件绑定',
'content' => '<table width="580" height="506" cellspacing="0" cellpadding="0" align="center" style="text-align:left;font-family:\'微软雅黑\',\'黑体\',arial;background-color:#f5f5f5"><thead><tr style="background:#41A698"><th style="height:73px;background:url(http://static.yhfair.com/img/email-title-bg.png) no-repeat 28px center"></th></tr></thead><tbody><tr><td style="padding:0"><div style="padding:23px 0 18px 0"><p style="height:24px;margin:0"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:24px;line-height:24px;color:#41A698;font-weight:bold">激活账号</span></p><p style="height:18px;margin-top:24px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:18px;line-height:18px;color:#000">Dear <span>{nick_name}:</span></span></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">感谢您使用友和市集,绑定邮箱账号,请点击以下网址完成绑定:</span></p><p style="margin-top:12px;padding-left:28px;padding-right:20px"><a href="{link}" style="font-family:\'微软雅黑\',\'黑体\',arial;font-size:14px;line-height:14px;width:580px;color:#41A698;word-break:break-all;text-decoration:underline">{link}</a></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">希望友和市集能为您带来更多的潮流物品,愿您的潮流生活更为精彩!</span></p></div><div><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">友和市集</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">{send_time}</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">-----------------------------</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">此邮件为系统邮件,请勿回复!谢谢</span></p></div></td></tr></tbody></table>',
'is_html' => true
),
'emailReg' => array(
'smtp' => 'smtpParams',
'title' => '感谢使用友和市集',
'content' => '<table width="580" height="506" cellspacing="0" cellpadding="0" align="center" style="text-align:left;font-family:\'微软雅黑\',\'黑体\',arial;background-color:#f5f5f5"><thead><tr style="background:#41A698"><th style="height:73px;background:url(http://static.yhfair.com/img/email-title-bg.png) no-repeat 28px center"></th></tr></thead><tbody><tr><td style="padding:0"><div style="padding:23px 0 18px 0"><p style="height:24px;margin:0"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:24px;line-height:24px;color:#41A698;font-weight:bold">激活账号</span></p><p style="height:18px;margin-top:24px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:18px;line-height:18px;color:#000">Dear <span>{nick_name}:</span></span></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">感谢您注册并使用友和市集,请点击以下网址激活您的账号:</span></p><p style="margin-top:12px;padding-left:28px;padding-right:20px"><a href="{link}" style="font-family:\'微软雅黑\',\'黑体\',arial;font-size:14px;line-height:14px;width:580px;color:#41A698;word-break:break-all;text-decoration:underline">{link}</a></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">希望友和市集能为您带来更多的潮流物品,愿您的潮流生活更为精彩!</span></p></div><div><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">友和市集</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">{send_time}</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">-----------------------------</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">此邮件为系统邮件,请勿回复!谢谢</span></p></div></td></tr></tbody></table>',
'is_html' => true
),
'emailFindpwd' => array(
'smtp' => 'smtpParams',
'title' => '您正在申请找回友和市集的账号密码',
'content' => '<table width="580" height="506" cellspacing="0" cellpadding="0" align="center" style="text-align:left;font-family:\'微软雅黑\',\'黑体\',arial;background-color:#f5f5f5"><thead><tr style="background:#41A698"><th style="height:73px;background:url(http://static.yhfair.com/img/email-title-bg.png) no-repeat 28px center"></th></tr></thead><tbody><tr><td style="padding:0"><div style="padding:23px 0 18px 0"><p style="height:24px;margin:0"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:24px;line-height:24px;color:#41A698;font-weight:bold">重置密码</span></p><p style="height:18px;margin-top:24px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:18px;line-height:18px;color:#000">Dear <span>{nick_name}:</span></span></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">您正在申请找回账户密码,请点击以下网址直接进入您的账户重新设置密码:</span></p><p style="margin-top:12px;padding-left:28px;padding-right:20px"><a href="{link}" style="font-family:\'微软雅黑\',\'黑体\',arial;font-size:14px;line-height:14px;width:580px;color:#41A698;word-break:break-all;text-decoration:underline">{link}</a></p><p style="height:14px;margin-top:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">希望友和市集能为您带来更多的潮流物品,愿您的潮流生活更为精彩!</span></p></div><div><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">友和市集</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">{send_time}</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">-----------------------------</span></p><p style="height:14px;margin-bottom:12px"><span style="font-family:\'微软雅黑\',\'黑体\',arial;padding-left:28px;font-size:14px;line-height:14px;color:#000">此邮件为系统邮件,请勿回复!谢谢</span></p></div></td></tr></tbody></table>',
'is_html' => true
)
);
}