Prerequisites
- You must be an Account Administrator to create new inboxes.
Create an inbox in the Dashboard
- In the left-hand navigation, locate the Inboxes section.
- Click the + icon, or click the Inboxes section title and select New inbox.
- In the dialog that appears, enter a name for your inbox.
- Click Create.
Your new inbox is assigned a unique domain name (e.g. INBOX_ID.mailosaur.net). You can immediately start sending emails to any address on that domain.
To configure settings such as message retention or Performance mode after creation, see Inbox settings.
Create an inbox via the API
Send a POST request to the servers endpoint:
curl -X POST \
-u "key:YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "My Inbox"}' \
"https://mailosaur.com/api/servers"Replace YOUR_API_KEY with your API key.
Inbox-restricted API keys cannot create inboxes. Use a standard API key for this operation.