create_mailbox
Create an email address on your domain and get IMAP/SMTP login credentials for any email client. Generate a strong password automatically if none is provided.
Instructions
Create a mailbox (e.g. hello@example.com) on a domain already registered via create_domain. Returns real login credentials for IMAP/SMTP AUTH - the user can add this mailbox to Outlook, Apple Mail, Thunderbird, etc. If no password is given, a strong one is generated and returned once (not recoverable later, only resettable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A domain, e.g. example.com | |
| password | No | Optional password (min 12 chars) - omit to auto-generate a strong one | |
| localPart | Yes | The part before @, e.g. "hello" for hello@example.com |