Add generic config

This commit is contained in:
Nick Krichevsky 2015-08-08 15:19:12 -04:00
parent 3f59c56099
commit 73060f91c2
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"email-addr":"5555555555@carrier.com.com",
"output-channels":["#yourchannel"],
"interval": 30,
"account": {
"auth": {
"username": "example@gmail.com",
"password": "Password"
},
"imap": {
"host": "imap.gmail.com",
"ssl": true,
"port": 993
},
"smtp": {
"host": "smtp.gmail.com",
"ssl": true,
"authentication": true,
"port": 465
}
}
}