---
title: "send email · RUAL Documentation"
description: "sends a single email via Lettermint."
canonical: https://docs.rual.nl/block-types/lettermint/lettermintconnection_send_email
language: en
---

# send email

This block is part of the [`lettermint`](https://docs.rual.nl/block-types/lettermint) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

sends a single email via Lettermint.

- flow `flow`

- connection required `lettermintconnection`

- subject required `value` The subject of the e-mail you are trying to send

- from required `value` The e-mail address you are trying to send this e-mail from. A name can also be set by using `"Name" email@example.com`.

- reply to `value` Reply To override email address.

- to required `array` The e-mail addresses you are trying to send this e-mail to.

- cc `array` The e-mail addresses set as the CC for this email.

- bcc `array` The e-mail addresses set as the BCC for this email.

- html required `value` Contents of the e-mail itself.

- text version `value` Text version of the email. If the text version is not set it will strip the HTML version of all HTML tags.

- tag `value` Optional tag for grouping/filtering messages in Lettermint.

- attachment `file`

- flow `flow`

- connection `lettermintconnection`

- success `condition`

- error `value`

- response `object`

| `lettermint` |
| --- |

A typical wiring for [send email](https://docs.rual.nl/block-types/lettermint/lettermintconnection_send_email): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [open connection](https://docs.rual.nl/block-types/lettermint/lettermintconnection_open) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `subject` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `from` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `html` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the send email block: typical wiring for send email.](https://docs.rual.nl/canvas-examples/lettermintconnection_send_email.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

### Service documentation
