send_email
Send emails programmatically using TurboSMTP. Define recipients, subject, and content to deliver messages directly from your application. Optional HTML and sender address flexibility included.
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 |