Mailtrap Email Sending

by railsware

send-email

Send transactional emails through the Mailtrap Email Sending platform by specifying recipients, subject, and body text. Supports HTML content, CC, BCC, and optional sender details for streamlined email delivery.

Instructions

Send transactional email using Mailtrap

Input Schema

NameRequiredDescriptionDefault
bccNoOptional BCC recipients
categoryNoOptional email category for tracking
ccNoOptional CC recipients
fromNoEmail address of the sender (optional with default)
htmlNoOptional HTML version of the email body
subjectYesEmail subject line
textNoEmail body text
toYesEmail address of the recipient

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bcc": { "description": "Optional BCC recipients", "items": { "format": "email", "type": "string" }, "type": "array" }, "category": { "description": "Optional email category for tracking", "type": "string" }, "cc": { "description": "Optional CC recipients", "items": { "format": "email", "type": "string" }, "type": "array" }, "from": { "description": "Email address of the sender (optional with default)", "format": "email", "type": "string" }, "html": { "description": "Optional HTML version of the email body", "type": "string" }, "subject": { "description": "Email subject line", "type": "string" }, "text": { "description": "Email body text", "type": "string" }, "to": { "description": "Email address of the recipient", "format": "email", "type": "string" } }, "required": [ "to", "subject" ], "type": "object" }

You must be authenticated.

Other Tools from Mailtrap Email Sending

Related Tools

    ID: 5k4ufjv9zm