schedule_send
Schedule an email to send automatically at a specific ISO timestamp. Provide recipients, subject, and body; the email is delivered when the time arrives while the server is running.
Instructions
定时发送(send_at 为 ISO 时间,服务器进程存活期间到期执行);to 不能为空
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| send_at | Yes | ||
| subject | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||