claude-code-remote-remake/config/email-template.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"email": {
"type": "email",
"enabled": true,
"config": {
"smtp": {
"host": "smtp.gmail.com",
"port": 587,
"secure": false,
"auth": {
"user": "your-email@gmail.com",
"pass": "your-app-password"
}
},
"imap": {
"host": "imap.gmail.com",
"port": 993,
"secure": true,
"auth": {
"user": "your-email@gmail.com",
"pass": "your-app-password"
}
},
"from": "TaskPing <your-email@gmail.com>",
"to": "your-email@gmail.com",
"template": {
"checkInterval": 30
}
}
}
}
#
#
# Gmail
# 1.
# 2. 16
# 3. your-email@gmail.com your-app-password
#
#
# QQ: smtp.qq.com (587) / imap.qq.com (993)
# 163: smtp.163.com (587) / imap.163.com (993)
# Outlook: smtp.live.com (587) / imap-mail.outlook.com (993)
#
#
# 1. email config/channels.json
# 2. : taskping test
# 3. : taskping relay start