sendBulkMail
Send bulk emails to multiple recipients with automatic batching and rate limiting; supports text, HTML, and attachments while avoiding server limits.
Instructions
Send bulk emails to multiple recipients with automatic batching and rate limiting. Supports text, HTML content, and attachments. Processes recipients in batches to avoid server limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| html | No | ||
| text | No | ||
| subject | Yes | ||
| attachments | No |