ses_send_email
Send email via simulated SES to test email workflows in LocalStack. Provide sender, recipients, subject, and body to dispatch messages.
Instructions
Send an email via SES in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC recipients | |
| body | Yes | Email body (plain text) | |
| from | Yes | Sender email address (must be verified) | |
| subject | Yes | Email subject | |
| htmlBody | No | Email body as HTML (optional) |