Mailboxes
Create mailbox
You may create your own mailbox using this action. It takes a JSON object containing a domain informations.
post/api/v1/add/mailbox
Request body
Example request
{
"active": "1",
"domain": "domain.tld",
"local_part": "info",
"name": "Full name",
"authsource": "mailcow",
"password": "atedismonsin",
"password2": "atedismonsin",
"quota": "3072",
"force_pw_update": "1",
"force_tfa": "1",
"tls_enforce_in": "1",
"tls_enforce_out": "1",
"tags": [
"tag1",
"tag2"
]
}Response
OK