> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Email

> Send emails via AWS SES or SMTP

# Send Email

Send emails via AWS SES or SMTP

## Properties

| Property   | Value      |
| ---------- | ---------- |
| **Type**   | email-send |
| **Family** | Actions    |
| **Group**  | Messaging  |

## Parameters

| Name         | Label             | Type     | Description              | Required |
| ------------ | ----------------- | -------- | ------------------------ | -------- |
| to           | To Email          | String   | Email address to send to | Yes      |
| subject      | Subject           | String   |                          | Yes      |
| bodyText     | Body (Plain Text) | String   |                          | No       |
| bodyHtml     | Body (HTML)       | String   |                          | No       |
| provider     | Provider          | Select   |                          | No       |
| smtpHost     | SMTP Host         | String   |                          | No       |
| smtpPort     | SMTP Port         | Number   |                          | No       |
| smtpUsername | SMTP Username     | String   |                          | No       |
| smtpPassword | SMTP Password     | Password |                          | No       |

## Outputs

| Name    | Label   | Type    | Description            |
| ------- | ------- | ------- | ---------------------- |
| success | success | boolean | Whether email was sent |
| message | message | string  | Status message         |
