36 lines
626 B
JSON
36 lines
626 B
JSON
{
|
|
"support": [
|
|
{
|
|
"name": "QQ邮箱",
|
|
"target": "qq",
|
|
"host": "smtp.qq.com",
|
|
"port": 465,
|
|
"secure": true,
|
|
"tls": {
|
|
"rejectUnauthorized": false
|
|
}
|
|
},
|
|
{
|
|
"name": "网易126",
|
|
"target": "wangyi126",
|
|
"host": "smtp.126.com",
|
|
"port": 465,
|
|
"secure": true,
|
|
"tls": {
|
|
"rejectUnauthorized": false
|
|
}
|
|
},
|
|
{
|
|
"name": "网易163",
|
|
"target": "wangyi163",
|
|
"host": "smtp.163.com",
|
|
"port": 465,
|
|
"secure": true,
|
|
"tls": {
|
|
"rejectUnauthorized": false
|
|
}
|
|
}
|
|
],
|
|
"user": [
|
|
]
|
|
} |