Creating Mailboxes
There are two ways to create mailboxes on Mission Inbox:1. Single Mailbox Creation
Create mailboxes one by one using the API with the following payload:2. Bulk Mailbox Creation
Create multiple mailboxes at once using CSV upload for efficient bulk operations.Mailbox Parameters
- email: The username part only (e.g., john.doewithout the domain)
- domain: The ID of the verified domain to use
- relay_server: The ID of the relay server to associate with this mailbox
- password: Password for the mailbox (must meet validation requirements)
- project: The project ID to organize your mailboxes
- reply_to: Optional reply-to email address
Password must meet specific validation rules. Check the API Reference for detailed password requirements.
Asynchronous Mailbox Creation
Creating mailboxes is an asynchronous process that uses Celery tasks:Managing Mailboxes
List Your Mailboxes
Once mailboxes are created, you can retrieve detailed information:SMTP and IMAP Configuration
All mailboxes created through Mission Inbox can be used with standard email clients. The SMTP and IMAP server URIs are available through the Account / Get current user information API endpoint.Getting Server Connection Details
First, retrieve your SMTP and IMAP server URIs from the user information endpoint:Email Client Configuration
📤 SMTP Settings
Server: From 
Port: 465
Security: SSL/TLS
Username: Your mailbox email
Password: Your mailbox password
ibx_smtp in userinfoPort: 465
Security: SSL/TLS
Username: Your mailbox email
Password: Your mailbox password
📥 IMAP Settings
Server: From 
Port: 993
Security: SSL/TLS
Username: Your mailbox email
Password: Your mailbox password
ibx_imap in userinfoPort: 993
Security: SSL/TLS
Username: Your mailbox email
Password: Your mailbox password
Example Configuration
Service Integrations
Mission Inbox supports CSV export formats for popular email marketing and outreach services:SmartLead
Export mailbox data in SmartLead-compatible CSV format
Instantly
Download CSV files formatted for Instantly platform
Reply.io
Generate Reply.io compatible mailbox exports
Woodpecker
Export data for Woodpecker email sequences
EmailBison
Download EmailBison formatted CSV files
Custom Format
Additional service formats available
Downloading Service-Specific CSV Files
Best Practices
🔐 Password Security
🔐 Password Security
Use strong passwords that meet all validation requirements. Store passwords securely and never expose them in client-side code.
📧 Reply-To Strategy
📧 Reply-To Strategy
🏗️ Project Organization
🏗️ Project Organization
Use project IDs to organize mailboxes by campaign, client, or purpose for better management.
⚡ Bulk Operations
⚡ Bulk Operations
Use CSV bulk creation for large numbers of mailboxes to improve efficiency and reduce API calls.
Troubleshooting
Common mailbox creation issues:| Issue | Cause | Solution | 
|---|---|---|
| Password validation failed | Weak password | Check password requirements in API reference | 
| Domain not found | Invalid domain ID | Ensure domain is created and verified | 
| Task stuck in pending | Server overload | Wait longer or contact support | 
| SMTP/IMAP connection failed | Incorrect credentials | Verify username/password combination | 
API Reference
For detailed information about mailbox management APIs, including:- Password validation rules
- Task status monitoring
- Bulk creation endpoints
- Export format options
Ready to create mailboxes? Ensure your domains are verified before creating mailboxes. Remember to monitor task status for asynchronous operations.
