Skip to main content
Glama

Email MCP Server

by TimeCyber

test_email_connection

Verify SMTP and IMAP server connections to ensure email sending and receiving functionality works correctly. Test individual or combined protocols for reliable email management.

Instructions

测试邮箱服务器连接

Input Schema

NameRequiredDescriptionDefault
testTypeNo测试类型:smtp(发送)、imap(接收)或both(全部)

Input Schema (JSON Schema)

{ "properties": { "testType": { "description": "测试类型:smtp(发送)、imap(接收)或both(全部)", "enum": [ "smtp", "imap", "both" ], "type": "string" } }, "required": [], "type": "object" }

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

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