blob: 5f378751493a183f44cde9ad3dcb5d52fa435d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"from-email": "john@example.com",
"from-name": "John Doe",
"subject": "On vacation! :)",
"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
}
|