send-email
Send emails to one or multiple recipients using customizable templates, variable substitution, and multiple SMTP configurations. Supports CC, BCC, HTML content, and bulk emailing with rate limiting.
Instructions
Send an email to one or more recipients
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bcc | No | Array of BCC recipients | |
body | Yes | Email body (HTML supported) | |
cc | No | Array of CC recipients | |
from | No | Sender information. If not provided, the default SMTP user will be used. | |
smtpConfigId | No | ID of the SMTP configuration to use. If not provided, the default configuration will be used. | |
subject | Yes | Email subject | |
templateData | No | Data to be used for template variable substitution | |
templateId | No | ID of the email template to use. If not provided, the email will use the subject and body provided. | |
to | Yes | Array of recipients |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from SMTP MCP Server
Related Tools
- @samihalawa/mcp-server-smtp
- @rishipradeep-think41/gsuite-mcp
- @samihalawa/mcp-server-smtp
- @shinzo-labs/gmail-mcp
- @Garoth/sendgrid-mcp