Email Sender MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_SSL | No | Whether to use SSL encryption (true/false) | false |
| USE_TLS | No | Whether to use TLS encryption (true/false) | false |
| SMTP_PORT | Yes | SMTP port (25 for unencrypted, 587 for TLS, 465 for SSL) | |
| SMTP_SERVER | Yes | SMTP server address (e.g., smtp.qq.com, smtp.163.com, smtp.gmail.com, smtp-mail.outlook.com) | |
| SENDER_EMAIL | Yes | Sender email address | |
| SENDER_PASSWORD | Yes | Sender password or authorization code (most email providers require authorization code instead of login password) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_simple_emailB | 发送简单邮件(单个收件人,无附件) Args: receiver_email: 收件人邮箱地址 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式 Returns: 发送结果信息 |
| send_emailB | 发送完整邮件(支持多个收件人、附件、CC、BCC) Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式 attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选) Returns: 发送结果信息 |
| send_email_with_custom_configB | 使用自定义SMTP配置发送邮件 Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容 smtp_server: SMTP服务器地址(如:smtp.qq.com, smtp.gmail.com) smtp_port: SMTP端口(25/465/587) sender_email: 发件人邮箱 sender_password: 发件人密码或授权码 content_type: 内容类型,'plain' 或 'html' use_tls: 是否使用TLS(端口587通常需要) use_ssl: 是否使用SSL(端口465通常需要) attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选) Returns: 发送结果信息 |
| get_smtp_configsB | 获取常用邮箱的SMTP配置信息 Returns: 常用邮箱SMTP配置信息(JSON格式) |
| get_current_configB | 获取当前使用的SMTP配置(从环境变量读取) Returns: 当前配置信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/wyccywwyc/emailMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server