Skip to main content
Glama

Mailtrap Email Sending

by railsware
sendSandboxEmail.ts1.11 kB
const sendSandboxEmailSchema = { type: "object", properties: { from: { type: "string", format: "email", description: "Email address of the sender", }, to: { type: "string", minLength: 1, description: "Email addresses (comma-separated or single)", }, subject: { type: "string", description: "Email subject line", }, cc: { type: "array", items: { type: "string", format: "email", }, description: "Optional CC recipients", }, bcc: { type: "array", items: { type: "string", format: "email", }, description: "Optional BCC recipients", }, category: { type: "string", description: "Optional email category for tracking", }, text: { type: "string", description: "Email body text", }, html: { type: "string", description: "Optional HTML version of the email body", }, }, required: ["from", "to", "subject"], additionalProperties: false, }; export default sendSandboxEmailSchema;

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/railsware/mailtrap-mcp'

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