Skip to main content
Glama

126 Email MCP Server

by tanwenxin
smithery.yaml927 B
runtime: typescript name: 126-email-mcp-server description: "MCP server for sending emails using 126 SMTP service with SSL encryption" version: "1.0.0" author: "" tags: - email - smtp - 126 - mail - ssl config: debug: type: boolean default: false description: "Enable debug logging" smtp_host: type: string default: "smtp.126.com" description: "SMTP server host" smtp_port: type: number default: 465 description: "SMTP server port (465 for SSL)" smtp_secure: type: boolean default: true description: "Use SSL/TLS (true for SSL)" email_user: type: string description: "126 email address for authentication" required: true email_password: type: string description: "126 email password or app-specific password" required: true secret: true from_name: type: string description: "Display name for sender" required: false

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/tanwenxin/126-email-mcp-server'

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