Skip to main content
Glama

SMTP MCP Server

add-email-template

Create and customize email templates for SMTP MCP Server by defining subject, body, and name. Set as default for simplified email management.

Instructions

Add a new email template

Input Schema

NameRequiredDescriptionDefault
bodyYesEmail body template
isDefaultNoWhether this template should be the default
nameYesName of the template
subjectYesEmail subject template

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body template", "type": "string" }, "isDefault": { "description": "Whether this template should be the default", "type": "boolean" }, "name": { "description": "Name of the template", "type": "string" }, "subject": { "description": "Email subject template", "type": "string" } }, "required": [ "name", "subject", "body" ], "type": "object" }
Install Server

Other Tools from SMTP MCP Server

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/samihalawa/mcp-server-smtp'

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