Skip to main content
Glama

Email MCP

send-email

Send emails via the Email MCP server by specifying recipients, subject, and content. Supports plain text and HTML formats with JWT authentication for secure communication.

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" }

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