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

# send email

This block is part of the [`postmark`](https://docs.rual.nl/block-types/postmark) group and was last modified in core [`v10.3.13`](https://docs.rual.nl/core-versions/100313).

sends a single email.

- flow `flow`

- connection required `postmarkconnection`

- 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, could be multiple seperated with a comma, e.g. `email1@example.com, email2@example.com`. A name can also be set by using `"Name" email1@example.com`

- reply to `value` Reply To override email address. Defaults to the Reply To set in the sender signature.

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

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

- bcc `v10.3.13` `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 just strip the HTML version of all HTML tags.

- attachment `file`

- track `condition` Will track the opening of the email. If not set the postmark server setting will be used.

Default `Postmark setting`

- flow `flow`

- connection `postmarkconnection`

- success `condition`

- error `value`

- response `object`

| `postmark` |
| --- |

A typical wiring for [send email](https://docs.rual.nl/block-types/postmark/postmarkconnection_send_email): [value](https://docs.rual.nl/block-types/value/value_default) feeds the `subject` pin; [open connection](https://docs.rual.nl/block-types/postmark/postmarkconnection_open) feeds the `flow` pin; [with values](https://docs.rual.nl/block-types/array/array_of_values) feeds the `array_to` pin; [create suppressions](https://docs.rual.nl/block-types/postmark/postmarkconnection_suppression_create) feeds the `connection` 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 [branch](https://docs.rual.nl/block-types/flow/branch).

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

### Commonly used with

In production blueprints, this block is most often wired together with:

- [value](https://docs.rual.nl/block-types/value/value_default): feeds into this block. Simply returns the provided value.

- [open connection](https://docs.rual.nl/block-types/postmark/postmarkconnection_open): feeds into this block. Opens a new postmark connection using the given API token.

- [with values](https://docs.rual.nl/block-types/array/array_of_values): feeds into this block. Returns an array of values.

- [concatenate values](https://docs.rual.nl/block-types/value/value_concatenate): feeds into this block.

- [branch](https://docs.rual.nl/block-types/flow/branch): this block feeds into it.

- [return](https://docs.rual.nl/block-types/function%20execution/function_return): this block feeds into it. Returns the added custom pins as data-pins on the function execute.

### Version history

Introduced in [`v10.2.1`](https://docs.rual.nl/core-versions/100201).

Last modified in [`v10.3.13`](https://docs.rual.nl/core-versions/100313).

### Service documentation
