Create mail account
create_mail_accountCreate a new email account with automatic domain ownership verification via TXT record. Specify mailbox quota and optional memo.
Instructions
新規メールアカウントを作成する。作成時にドメイン所有権の確認 (TXT レコード検証) が自動で実施される。レスポンスの resolved_mail_address / resolved_domain は XServer に送信した ASCII 形式。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mail_address | Yes | 作成するメールアドレス。日本語ドメインを含む形 (例: `info@日本.jp`) も指定可 — 内部で ASCII に自動正規化される。 | |
| password | Yes | メールアカウントのパスワード (6 文字以上) | |
| quota_mb | No | メールボックス容量 (MB。1-50000) | |
| memo | No | 任意のメモ |