Domains
Update domain wide footer
You can update the footer of one or more domains per request.
post/api/v1/edit/domain/footer
Request body
Example request
{
"attr": {
"html": "<br>foo {= foo =}",
"plain": "foo {= foo =}",
"mbox_exclude": [
"moo@mailcow.tld"
]
},
"items": "mailcow.tld"
}Response
OK