---
title: "send email · RUAL Documentation"
description: "Sends a new e-mail using the Postmark API"
canonical: https://docs.rual.nl/block-types/postmark/function_email_postmark
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 [`v12.1.1`](https://docs.rual.nl/core-versions/120101).

Sends a new e-mail using the Postmark API

- flow `flow`

- token required `value` Postmark API token.

- 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`

- 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.

- content required `uicomponent` 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`

- Success `condition`

- Error `value`

- response `v12.1.0` `object`

| `postmark` |
| --- |

### Version history

Introduced in [`v12.1.1`](https://docs.rual.nl/core-versions/120101).

Deprecated since [`v12.1.1`](https://docs.rual.nl/core-versions/120101).

### Service documentation
