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
Name | Required | Description | Default |
---|---|---|---|
bcc | No | Optional BCC recipients | |
category | No | Optional email category for tracking | |
cc | No | Optional CC recipients | |
from | No | Email address of the sender (optional with default) | |
html | No | Optional HTML version of the email body | |
subject | Yes | Email subject line | |
text | No | Email body text | |
to | Yes | Email address of the recipient |