Skip to main content
Glama

SMTP MCP Server

update-smtp-config

Modify SMTP configuration settings such as host, port, username, password, and security options for the SMTP MCP Server, ensuring seamless email delivery with updated parameters.

Instructions

Update an existing SMTP configuration

Input Schema

NameRequiredDescriptionDefault
hostNoSMTP host
idYesID of the SMTP configuration to update
isDefaultNoWhether this configuration should be the default
nameNoName of the SMTP configuration
passNoSMTP password
portNoSMTP port
secureNoWhether to use secure connection (SSL/TLS)
userNoSMTP username

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "SMTP host", "type": "string" }, "id": { "description": "ID of the SMTP configuration to update", "type": "string" }, "isDefault": { "description": "Whether this configuration should be the default", "type": "boolean" }, "name": { "description": "Name of the SMTP configuration", "type": "string" }, "pass": { "description": "SMTP password", "type": "string" }, "port": { "description": "SMTP port", "type": "number" }, "secure": { "description": "Whether to use secure connection (SSL/TLS)", "type": "boolean" }, "user": { "description": "SMTP username", "type": "string" } }, "required": [ "id" ], "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/samihalawa/mcp-server-smtp'

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