diff --git a/contrib/auto_wizard_example.json b/contrib/auto_wizard_example.json index 3dbd73e59..80d81379c 100644 --- a/contrib/auto_wizard_example.json +++ b/contrib/auto_wizard_example.json @@ -45,14 +45,21 @@ ], "Channels": [ { - "area": "Email::Inbound", - "adapter": "IMAP", + "area": "Email::Account", "group_id": 1, "options": { - "host": "mx1.example.com", - "user": "some user", - "password": "some pw", - "ssl": true + "inbound": { + "adapter": "imap", + "options": { + "host": "mx1.example.com", + "user": "some user", + "password": "some pw", + "ssl": true + } + }, + "outbound": { + "adapter": "sendmail" + } }, "active":false }