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
| {
"SMTP": {
"server": "smtp.qq.com",
"port": 465,
"username": "example@qq.com",
"password": "yourpassword"
},
"EmailContent": {
"subject": "中奖通知-如默星空",
"html_message": "<table style=\"text-wrap: wrap; width: 1257.81px; height: 552.917px;\"><tbody><tr><td style=\"background: url("https://a.photo/images/2018/03/24/2017113018325846288465.png") rgb(250, 250, 250);\"><div style=\"border-radius: 10px; font-size: 13px; width: 666px; font-family: "Century Gothic", "Trebuchet MS", "Hiragino Sans GB", 微软雅黑, "Microsoft Yahei", Tahoma, Helvetica, Arial, SimSun, sans-serif; margin: 50px auto; border: 1px solid rgb(238, 238, 238); max-width: 100%; background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 1.125rem, transparent 1.125rem, transparent 2.25rem) rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px;\"><div style=\"width: 664.667px; background: -webkit-linear-gradient(0deg, rgb(67, 198, 184), rgb(255, 209, 244)) rgb(73, 189, 173); color: rgb(255, 255, 255); border-radius: 10px 10px 0px 0px; height: 66px;\"><p style=\"margin-top: 0px; margin-bottom: 0px; font-size: 15px; word-break: break-all; padding: 23px 32px; background-color: rgba(255, 255, 255, 0.4); border-radius: 10px 10px 0px 0px;\"><a style=\"color: rgb(255, 255, 255);\" href=\"https://rumosky.com/\">如默星空</a>中奖通知</p></div><div style=\"margin: 40px auto; width: 598.198px;\"><p>您好</p><p style=\"margin-top: 20px; margin-bottom: 20px; background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 1.125rem, transparent 1.125rem, transparent 2.25rem) rgb(250, 250, 250); box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px; padding: 15px; border-radius: 5px; font-size: 14px;\">恭喜您中奖<br/>奖品兑换码:88888888<br/>兑换地址:https://rumosky.com</p><p class=\"wrap\"><span class=\"w260\">如默星空</span><span class=\"w20\"> </span><span class=\"wauto\">感谢您的支持</span> </p><p class=\"wrap\">Kindest Regards<br/>Powered by <a style=\"color: rgb(18, 173, 219);\" href=\"https://rumosky.com/\">rumosky</a></p><p><a style=\"color: rgb(18, 173, 219);\" href=\"https://rumosky.com/statements.html\">[隐私政策]</a> | <a style=\"color: rgb(18, 173, 219);\" href=\"https://rumosky.com/about.html\">[关于我们] </a> | <a style=\"color: rgb(18, 173, 219);\" href=\"https://rumosky.com/donate.html\">[赞赏我们]</a> | <a style=\"color: rgb(18, 173, 219);\" href=\"https://rumosky.com/\">[返回首页]</a> </p></div></div></td></tr></tbody></table><p><br/></p>"
},
"Recipients": [
"example@qq.com",
"example@163.com",
"example@outlook.com"
]
}
|