{
"success": true,
"message": null,
"data": [
{
"name": "email-example",
"type": "smtp",
"config": {
"props": {
"mail.smtp.port": "587",
"mail.smtp.auth": true,
"mail.smtp.starttls.enable": true,
"mail.smtp.host": "smtp.qq.com"
},
"username": "2908803755@qq.com",
"password": "************************",
"sender": "2908803755@qq.com",
"senderName": "PeerBanHelper",
"receivers": [
"2908803755@qq.com"
]
}
},
{
"name": "qqmail",
"type": "smtp",
"config": {
"props": {
"mail.smtp.port": "587",
"mail.smtp.auth": true,
"mail.smtp.starttls.enable": false,
"mail.smtp.host": "smtp.qq.com"
},
"username": "2908803755@qq.com",
"password": "jtofpvzeejwdddij",
"sender": "2908803755@qq.com",
"senderName": "PeerBanHelper",
"receivers": [
"2908803755@qq.com"
]
}
},
{
"name": "pushplus+",
"type": "pushplus",
"config": {
"token": "1234567890",
"topic": null,
"template": null,
"channel": null
}
},
{
"name": "Server酱",
"type": "serverchan",
"config": {
"sendKey": "",
"channel": "channel",
"openid": "openid"
}
},
{
"name": "Telegram纸飞机",
"type": "telegram",
"config": {
"token": "1234567890",
"chatid": "123456789"
}
}
]
}