blob: dcd91e6a953f20135a34d5739107a5a78231c8c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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,
"message": "Hello,\r\n\r\nSorry I missed you!\r\n\r\nJohn",
}
|