Skip to main content
Glama

blastengine-mailer

by r3-yamauchi

send_email

Send emails via the Blastengine API by specifying recipient, sender, subject, and body. Simplify email communication directly from your application or workflow.

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" }

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