Skip to main content
Glama

Email-MCP

by caijianying

mcp_email_send

Send emails through SMTP protocol by providing server credentials, recipient information, subject, and message content.

Instructions

发送邮件

Input Schema

NameRequiredDescriptionDefault
hostYesSMTP服务器主机名
portYesSMTP服务器端口号
subjectYes邮件主题
toYes收件人邮箱地址
bodyYes邮件正文
fromYes发件人邮箱地址
fromPasswordYes发件人邮箱密码

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "邮件正文", "minLength": 1, "type": "string" }, "from": { "description": "发件人邮箱地址", "format": "email", "type": "string" }, "fromPassword": { "description": "发件人邮箱密码", "minLength": 1, "type": "string" }, "host": { "description": "SMTP服务器主机名", "type": "string" }, "port": { "description": "SMTP服务器端口号", "exclusiveMinimum": 0, "type": "integer" }, "subject": { "description": "邮件主题", "type": "string" }, "to": { "description": "收件人邮箱地址", "format": "email", "type": "string" } }, "required": [ "host", "port", "subject", "to", "body", "from", "fromPassword" ], "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/caijianying/email-mcp'

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