How it works
- Create a receiving domain. Each domain is a subdomain of
inbound.paubox.email(e.g.support.inbound.paubox.email). DNS is configured automatically — no records to add. - Create mailboxes. A mailbox is an address on your domain (e.g.
intake@support.inbound.paubox.email). Each mailbox has a name and password, with an optional storage quota. - Receive email. Anyone can send to your mailbox addresses. Messages are stored and available via the API within seconds.
- Retrieve messages. List, read, and download attachments through the API. Cursor-based pagination keeps large mailboxes fast.
Resources
The receiving surface is organized into three resource groups:Limits
- Domains per account: contact support for limits above the default.
- Mailboxes per domain: no hard limit; each mailbox consumes storage.
- Email retrieval: paginated, up to 100 per request.
- Attachment download: returns raw bytes; size limited by the original message.