send_email
Send emails using TurboSMTP by specifying recipients, subject, and text content. Optional HTML content and custom sender address supported for tailored email delivery.
Instructions
Send an email via TurboSMTP
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from | No | Sender email address (optional, uses configured one if not specified) | |
html | No | HTML content of the email (optional) | |
subject | Yes | Email subject | |
text | Yes | Text content of the email | |
to | Yes | List of recipient email addresses |