Add new example config

This commit is contained in:
Nick Krichevsky 2015-09-18 21:56:15 -04:00
parent 8db4615750
commit 87b8749438
1 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,19 @@
{
"email-addr":"5555555555@carrier.com.com",
"people": {
"one": {
"email-addr": "5555555555@vtext.com"
},
"two": {
"email-addr": "5555555555@vtext.com"
},
"three": {
"email-addr": "5555555555@vtext.com"
},
"four": {
"email-addr": "5555555555@txt.att.net"
}
},
"output-channels":["#yourchannel"],
"interval": 30,
"account": {
@ -8,6 +22,12 @@
"password": "Password"
},
"pop": {
"host": "pop.gmail.com",
"ssl": true,
"port": 995
},
"imap": {
"host": "imap.gmail.com",
"ssl": true,