Skip to main content
Glama

blastengine-mailer

by r3-yamauchi

send_email

Send custom emails via the Blastengine API by specifying sender, recipient, subject, and body content using the blastengine-mailer MCP server.

Instructions

Send an email using Blastengine API

Input Schema

NameRequiredDescriptionDefault
fromYesSender email address
subjectYesEmail subject
textYesEmail body
toYesRecipient email address

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Sender email address", "type": "string" }, "subject": { "description": "Email subject", "type": "string" }, "text": { "description": "Email body", "type": "string" }, "to": { "description": "Recipient email address", "type": "string" } }, "required": [ "to", "from", "subject", "text" ], "type": "object" }

You must be authenticated.

Other Tools from blastengine-mailer

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/r3-yamauchi/mcp-server-blastengine-mailer'

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