create_email
Creates a temporary email address with a specified prefix, domain, and expiration time for receiving messages.
Instructions
创建新的临时邮箱地址
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 邮箱前缀名称 | |
| domain | Yes | 邮箱域名 | |
| expiryTime | Yes | 过期时间(毫秒)。可选值:3600000(1小时),86400000(1天),259200000(3天),0(永久) |