Files
win-remote-toolkit/config/thunderbird-config.json
2026-04-24 17:44:02 +08:00

24 lines
475 B
JSON

{
"WindowsUser": "user",
"ProfileName": "default",
"Identity": {
"FullName": "Timmy",
"Email": "timmy.lo@automodules.tw"
},
"Incoming": {
"Type": "imap",
"Hostname": "mail.automodules.tw",
"Port": 993,
"SocketType": "SSL",
"Username": "timmy.lo",
"AuthMethod": "normal"
},
"Outgoing": {
"Hostname": "mail.automodules.tw",
"Port": 465,
"SocketType": "SSL",
"Username": "timmy.lo",
"AuthMethod": "normal"
}
}