Skip to main content
Glama

turbosmtp

send_email

Send emails using TurboSMTP by specifying recipients, subject, and text content. Optional HTML content and custom sender address supported for tailored email delivery.

Instructions

Send an email via TurboSMTP

Input Schema

NameRequiredDescriptionDefault
fromNoSender email address (optional, uses configured one if not specified)
htmlNoHTML content of the email (optional)
subjectYesEmail subject
textYesText content of the email
toYesList of recipient email addresses

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Sender email address (optional, uses configured one if not specified)", "type": "string" }, "html": { "description": "HTML content of the email (optional)", "type": "string" }, "subject": { "description": "Email subject", "type": "string" }, "text": { "description": "Text content of the email", "type": "string" }, "to": { "description": "List of recipient email addresses", "items": { "type": "string" }, "type": "array" } }, "required": [ "to", "subject", "text" ], "type": "object" }

You must be authenticated.

Other Tools from turbosmtp

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/debba/turbosmtp-mcp-server'

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