Skip to main content
Glama

iMail-mcp

send_email

Send emails through iCloud Mail to recipients with subject and text or HTML content. Use this tool to compose and deliver messages directly from your workflow.

Instructions

Send an email through iCloud Mail

Input Schema

NameRequiredDescriptionDefault
htmlNoHTML email body
subjectYesEmail subject
textNoPlain text email body
toYesRecipient email address(es)

Input Schema (JSON Schema)

{ "properties": { "html": { "description": "HTML email body", "type": "string" }, "subject": { "description": "Email subject", "type": "string" }, "text": { "description": "Plain text email body", "type": "string" }, "to": { "description": "Recipient email address(es)", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "to", "subject" ], "type": "object" }

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/Racimy/iMail-mcp'

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