Skip to main content
Glama

MCP Mailtrap Server

Official
by mailtrap

send-sandbox-email

Send test emails to a sandbox environment for safe email testing and validation without delivering to real recipients.

Instructions

Send email in sandbox mode to a test inbox

Input Schema

NameRequiredDescriptionDefault
bccNoOptional BCC recipients
categoryNoOptional email category for tracking
ccNoOptional CC recipients
fromYesEmail address of the sender
htmlNoOptional HTML version of the email body
subjectYesEmail subject line
textNoEmail body text
toYesEmail addresses (comma-separated or single)

Input Schema (JSON Schema)

{ "properties": { "bcc": { "description": "Optional BCC recipients", "items": { "format": "email", "type": "string" }, "type": "array" }, "category": { "description": "Optional 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", "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 addresses (comma-separated or single)", "minLength": 1, "type": "string" } }, "required": [ "from", "to", "subject" ], "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