---
title: "send email batch · RUAL Documentation"
description: "sends up to 500 emails in a single Lettermint batch request. Each item in the input array supports the same fields as the single send block (from, to, s…"
canonical: https://docs.rual.nl/block-types/lettermint/lettermintconnection_send_email_batch
language: en
---

# send email batch

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 up to 500 emails in a single Lettermint batch request. Each item in the input array supports the same fields as the single send block (from, to, subject, html, text, cc, bcc, reply_to, tag, attachments).

- flow `flow`

- connection required `lettermintconnection`

- emails required `array` Array of email objects. Each item must include `from`, `to` (array or single string), and `subject`; optional `html`, `text`, `cc`, `bcc`, `reply_to`, `tag`, `attachments`.

- flow `flow`

- connection `lettermintconnection`

- success `condition`

- error `value`

- response `object`

| `lettermint` |
| --- |

A typical wiring for [send email batch](https://docs.rual.nl/block-types/lettermint/lettermintconnection_send_email_batch): 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; [with values](https://docs.rual.nl/block-types/array/array_of_values) feeds the `emails` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

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

### Version history

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

### Service documentation
