curl -X POST "https://mail.example.com/api/v1/edit/domain/footer" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"attr":"footer","items":["example.com"],"footer":"Sent from example.com"}'

Category: Mail Servers & Postfix

curl -X POST "https://mail.example.com/api/v1/edit/domain/footer" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"attr":"footer","items":["example.com"],"footer":"Sent from example.com"}'

Set an email footer for a domain

This appends the given footer text to outgoing mail from the listed domains. Mailcow injects footers during delivery, so stored mail is unchanged. HTML footers are supported with the appropriate markup in the footer field.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.