Skip to main content
Glama

MailPace MCP Server

Official
by mailpace

send-email

Send emails via MailPace MCP Server using JSON input for to, from, subject, and attachments. Simplify email delivery for transactional purposes with structured data.

Input Schema

NameRequiredDescriptionDefault
attachmentsNo
bccNo
ccNo
fromYes
htmlbodyNo
inreplytoNo
list_unsubscribeNo
referencesNo
replytoNo
subjectNo
tagsNo
textbodyNo
toYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachments": { "items": { "additionalProperties": false, "properties": { "cid": { "type": "string" }, "content": { "type": "string" }, "content_type": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content", "content_type" ], "type": "object" }, "type": "array" }, "bcc": { "type": "string" }, "cc": { "type": "string" }, "from": { "format": "email", "type": "string" }, "htmlbody": { "type": "string" }, "inreplyto": { "type": "string" }, "list_unsubscribe": { "type": "string" }, "references": { "type": "string" }, "replyto": { "type": "string" }, "subject": { "type": "string" }, "tags": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "textbody": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to" ], "type": "object" }

You must be authenticated.

Other Tools from MailPace MCP Server

Related Tools

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/mailpace/mailpace-mcp'

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