send_email
Send transactional emails through GetMailer MCP Server. Deliver automated messages to recipients with HTML or text content, CC/BCC options, and template support.
Instructions
Send a transactional email via GetMailer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Sender email address (must be from a verified domain) | |
| to | Yes | Recipient email address(es) | |
| subject | Yes | Email subject line | |
| html | No | HTML content of the email | |
| text | No | Plain text content of the email | |
| cc | No | CC recipients (optional) | |
| bcc | No | BCC recipients (optional) | |
| replyTo | No | Reply-to address (optional) | |
| templateId | No | Template ID to use instead of html/text (optional) | |
| variables | No | Template variables as key-value pairs (optional) |