blob: 48e62fec48a84a7e9749d27dba35d8c12caed0bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"from-email": "john@example.com",
"from-name": "John Doe",
"imap-server": "example.com:993",
"imap-email": "john@example.com",
"imap-pass": "password",
"smtp-server": "example.com:587",
"smtp-email": "john@example.com",
"smtp-pass": "password",
"cooldown": "24h",
"ignore-alias": true
}
|