mail_createMailboxV1
Create a mailbox for a mail order by specifying the local part and password. The email address combines the local part with the order's domain.
Instructions
Create a mailbox under the given mail order. The full email address is composed from the given local part and the domain of the order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order resource ID | |
| password | Yes | Mailbox password. Minimum 8 characters with uppercase, lowercase, number and special character. | |
| local_part | Yes | Local part of the mailbox address (the part before the @). The domain is taken from the order. Must start and end with a letter or digit; single dots, underscores and hyphens are allowed in between. |