mail: add API to get/set banner

part of #341
This commit is contained in:
Girish Ramakrishnan
2020-08-23 14:33:58 -07:00
parent a48c08bd23
commit d752403ed6
10 changed files with 62 additions and 8 deletions

View File

@@ -1963,7 +1963,8 @@ describe('database', function () {
relay: { provider: 'cloudron-smtp' },
catchAll: [ ],
mailFromValidation: true,
dkimSelector: 'cloudron'
dkimSelector: 'cloudron',
banner: { html: null, text: null }
};
before(function (done) {