# Email (Custom) - Send email action
The Send email action sends an email using the SMTP protocol.
# Input
| Input field | Description |
|---|---|
| From | Specify the sender's email address. |
| To | Enter the recipients of the email. Accepts a list of email address objects. |
| Subject | Specify the subject of the email. |
| Body type | Choose the message body type. |
| Body | Enter the email message body to send. |
| CC | Enter the recipients to include as CC. Accepts a list of email addresses. CC recipients see all recipients in To and CC. |
| BCC | Enter the recipients to include as BCC. Accepts a list of email addresses. BCC recipients are hidden from other recipients. |
# Output
| Output field | Description |
|---|---|
| Result | Indicates whether the action successfully sent the email or not. |
Last updated: 9/18/2025, 8:01:19 PM