Initial commit
This commit is contained in:
23
config/thunderbird-config.json
Normal file
23
config/thunderbird-config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user