add_mailbox_alias
ActiveTool of run.domani/domani
Add an alias address that delivers into an existing mailbox, without using a mailbox slot. Useful for multiple public addresses (sales@, hello@, contact@) landing in one inbox. The alias must be on the same domain as the mailbox. API: POST /api/emails/{address}/aliases.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"alias"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug the alias delivers to, e.g. inbox"
},
"alias": {
"type": "string",
"description": "Alias address - a bare slug ('sales') or a full address on the same domain ('sales@mysite.com')"
},
"domain": {
"type": "string",
"description": "Mailbox domain, e.g. mysite.com"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries