blastengine-mailer

send_email

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