24 lines
475 B
JSON
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"
|
|
}
|
|
}
|