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

ID: oo6xexjpe0