send-bulk-emails
Send bulk emails to multiple recipients with customizable batch sizes, delays, and rate limiting. Supports CC, BCC, HTML content, and template variable substitution for efficient email campaigns.
Instructions
Send emails in bulk to multiple recipients with rate limiting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batchSize | No | Number of emails to send in each batch (default: 10) | |
bcc | No | Array of BCC recipients | |
body | Yes | Email body (HTML supported) | |
cc | No | Array of CC recipients | |
delayBetweenBatches | No | Delay between batches in milliseconds (default: 1000) | |
from | No | Sender information. If not provided, the default SMTP user will be used. | |
recipients | Yes | Array of recipients | |
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. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from SMTP MCP Server
Related Tools
- @samihalawa/mcp-server-smtp
- @rishipradeep-think41/gsuite-mcp
- @erickva/google-workspace-mcp-server-no-calendar-deletetion
- @Garoth/sendgrid-mcp
- @resend/mcp-send-email