Skip to main content
Glama

Email MCP

send-email

Send emails programmatically via the Email MCP server. Specify the recipient, subject, and message content to transmit text or HTML-based emails securely.

Instructions

发送邮件

Input Schema

NameRequiredDescriptionDefault
subjectYes邮件主题
textYes邮件内容
toYes邮件收件人

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "subject": { "description": "邮件主题", "type": "string" }, "text": { "description": "邮件内容", "type": "string" }, "to": { "description": "邮件收件人", "type": "string" } }, "required": [ "to", "subject", "text" ], "type": "object" }
Install Server

Other Tools from Email MCP

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/guangxiangdebizi/email-mcp'

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