schedule_email
Queue an email to be sent automatically at a specified future time. Define recipients, subject, body, and send time.
Instructions
Schedule an email to be sent at a specific time in the future. The email is queued locally and sent automatically when the time arrives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC recipients | |
| body | Yes | Email body | |
| html | No | Send as HTML (default: false) | |
| account | Yes | Account name to send from | |
| send_at | Yes | When to send (ISO 8601 datetime, e.g. '2025-02-20T09:00:00Z') | |
| subject | Yes | Email subject | |
| in_reply_to | No | Message-ID to reply to |