Skip to main content
Glama
sweetrb

apple-mail-mcp

by sweetrb

send-serial-email

Send personalized emails to multiple recipients by replacing {{Key}} placeholders in subject and body with each recipient's variables, supporting up to 100 recipients per batch.

Instructions

Use when: the user has confirmed a mail-merge — sending individually personalized copies to many recipients (max 100), with {{Key}} placeholders in subject/body replaced per-recipient from each recipient's variables. Recipients do not see each other. Returns: a per-recipient sent/failed report with counts. Do not use when: sending one message to a shared recipient list (use send-email) or saving for review (use create-draft). Safety: this SENDS many real emails immediately and they cannot be unsent — require explicit user confirmation of the recipient list, the subject/body template, and the placeholder substitutions before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesEmail body — use {{Key}} for placeholders
accountNoAccount to send from
delayMsNoDelay between sends in ms (default: 500, max: 10000)
subjectYesSubject line — use {{Key}} for placeholders
recipientsYesList of recipients with personalization variables (max 100)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
sentNo
failedNo
resultsNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sweetrb/apple-mail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server