send-sandbox-email
Send test emails to a sandbox inbox for safe email testing without delivering to actual recipients. Verify email formatting, content, and functionality before production use.
Instructions
Send an email in sandbox mode to a test inbox without delivering to your recipients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Email address of the sender | |
| to | Yes | Email addresses (comma-separated or single) | |
| subject | Yes | Email subject line | |
| cc | No | Optional CC recipients | |
| bcc | No | Optional BCC recipients | |
| category | No | Optional email category for tracking | |
| text | No | Email body text | |
| html | No | Optional HTML version of the email body |