Add mail account
mail_addCreate a mailbox for a domain by specifying the email prefix, domain, password, and optional storage quota in megabytes.
Instructions
Create a mailbox (add_mailaccount).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_part | Yes | Part before the @, e.g. 'info' | |
| domain_part | Yes | Part after the @, e.g. example.com | |
| account_quota | No | Mailbox size in MB, e.g. '1000' | |
| mail_password | Yes | Mailbox password |