Errors
mail_paused
403 – Mail stopped for this Identity. The Identity's mail kill switch is on.
Mail stopped for this Identity. Answered with 403.
What it means
The Identity's mail kill switch is on. It stops outbound mail only – inbound is never restricted, so nothing addressed to the Identity is lost while it is off.
What to do
An Admin Key or the console starts it again with PATCH /api/identities/{handle}/mail; an Identity Key cannot.
The body
{
"type": "https://tigby.eu/problems/mail_paused",
"title": "Mail stopped for this Identity",
"status": 403,
"detail": "…what was refused, naming this request's own values",
"code": "mail_paused",
"doc_url": "https://docs.tigby.eu/errors/mail_paused",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.