Rewrite of channel api.
This commit is contained in:
parent
e600598fa5
commit
cd855f5c4c
1 changed files with 13 additions and 6 deletions
|
@ -45,14 +45,21 @@
|
||||||
],
|
],
|
||||||
"Channels": [
|
"Channels": [
|
||||||
{
|
{
|
||||||
"area": "Email::Inbound",
|
"area": "Email::Account",
|
||||||
"adapter": "IMAP",
|
|
||||||
"group_id": 1,
|
"group_id": 1,
|
||||||
"options": {
|
"options": {
|
||||||
"host": "mx1.example.com",
|
"inbound": {
|
||||||
"user": "some user",
|
"adapter": "imap",
|
||||||
"password": "some pw",
|
"options": {
|
||||||
"ssl": true
|
"host": "mx1.example.com",
|
||||||
|
"user": "some user",
|
||||||
|
"password": "some pw",
|
||||||
|
"ssl": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"outbound": {
|
||||||
|
"adapter": "sendmail"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"active":false
|
"active":false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue