Skip to main content
Glama

MCP Mailtrap Server

Official
by mailtrap

send-email

Send transactional emails to recipients with support for CC/BCC, text/HTML content, and category-based tracking using Mailtrap's email delivery service.

Instructions

Send transactional email using Mailtrap

Input Schema

NameRequiredDescriptionDefault
bccNoOptional BCC recipients
categoryYesEmail category for tracking
ccNoOptional CC recipients
fromNoEmail address of the sender (optional with default)
htmlNoOptional HTML version of the email body
subjectYesEmail subject line
textNoEmail body text
toYesEmail address(es) of the recipient(s) - can be a single email or array of emails

Input Schema (JSON Schema)

{ "properties": { "bcc": { "description": "Optional BCC recipients", "items": { "format": "email", "type": "string" }, "type": "array" }, "category": { "description": "Email category for tracking", "type": "string" }, "cc": { "description": "Optional CC recipients", "items": { "format": "email", "type": "string" }, "type": "array" }, "from": { "description": "Email address of the sender (optional with default)", "format": "email", "type": "string" }, "html": { "description": "Optional HTML version of the email body", "type": "string" }, "subject": { "description": "Email subject line", "type": "string" }, "text": { "description": "Email body text", "type": "string" }, "to": { "description": "Email address(es) of the recipient(s) - can be a single email or array of emails", "oneOf": [ { "description": "Single email address", "format": "email", "type": "string" }, { "description": "Array of email addresses", "items": { "format": "email", "type": "string" }, "type": "array" } ] } }, "required": [ "to", "subject", "category" ], "type": "object" }

Other Tools from MCP Mailtrap 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/mailtrap/mailtrap-mcp'

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